You are here

class InvalidLookupKeyException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php \Drupal\Core\Config\Entity\Query\InvalidLookupKeyException

Exception thrown when a config entity uses an invalid lookup key.

Hierarchy

Expanded class hierarchy of InvalidLookupKeyException

File

core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php, line 8

Namespace

Drupal\Core\Config\Entity\Query
View source
class InvalidLookupKeyException extends \LogicException {

}

Members