Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Config / Entity / Query / InvalidLookupKeyException.php
1 <?php
2
3 namespace Drupal\Core\Config\Entity\Query;
4
5 /**
6  * Exception thrown when a config entity uses an invalid lookup key.
7  */
8 class InvalidLookupKeyException extends \LogicException {
9 }