InvalidLookupKeyException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\Config\Entity\QueryFile
core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.phpView source
<?php
namespace Drupal\Core\Config\Entity\Query;
/**
* Exception thrown when a config entity uses an invalid lookup key.
*/
class InvalidLookupKeyException extends \LogicException {
}
Classes
Name | Description |
---|---|
InvalidLookupKeyException | Exception thrown when a config entity uses an invalid lookup key. |