You are here

class EntityTypeIdLengthException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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
Contains \Drupal\Core\Entity\EntityType.

File

core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php, line 13
Contains \Drupal\Core\Entity\Exception\EntityTypeIdLengthException.

Namespace

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

}

Members