class InvalidLookupKeyException in Drupal 8
Same name and namespace in other branches
- 9 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
- class \Drupal\Core\Config\Entity\Query\InvalidLookupKeyException extends \Drupal\Core\Config\Entity\Query\LogicException
Expanded class hierarchy of InvalidLookupKeyException
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ Query/ InvalidLookupKeyException.php, line 8
Namespace
Drupal\Core\Config\Entity\QueryView source
class InvalidLookupKeyException extends \LogicException {
}