InvalidLookupKeyException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php
  2. 8.9.x core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php
  3. 10 core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php

Namespace

Drupal\Core\Config\Entity\Query

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

Title Deprecated Summary
InvalidLookupKeyException Exception thrown when a config entity uses an invalid lookup key.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.