EntityTypeIdLengthException.php 174 B

12345678
  1. <?php
  2. namespace Drupal\Core\Entity\Exception;
  3. /**
  4. * Defines an exception thrown when an entity ID is too long.
  5. */
  6. class EntityTypeIdLengthException extends \Exception {}