Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php \Drupal\Core\Entity\Exception\EntityTypeIdLengthException
  2. 9 core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php \Drupal\Core\Entity\Exception\EntityTypeIdLengthException

Defines an exception thrown when an entity ID is too long.

Hierarchy

Expanded class hierarchy of EntityTypeIdLengthException

1 file declares its use of EntityTypeIdLengthException
EntityType.php in core/lib/Drupal/Core/Entity/EntityType.php

File

core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php, line 8

Namespace

Drupal\Core\Entity\Exception
View source
class EntityTypeIdLengthException extends \Exception {

}

Members