You are here

InvalidLookupKeyException.php in Drupal 9

File

core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php
View source
<?php

namespace Drupal\Core\Config\Entity\Query;


/**
 * Exception thrown when a config entity uses an invalid lookup key.
 */
class InvalidLookupKeyException extends \LogicException {

}

Classes

Namesort descending Description
InvalidLookupKeyException Exception thrown when a config entity uses an invalid lookup key.