UnsupportedEntityTypeDefinitionException.php 199 B

12345678
  1. <?php
  2. namespace Drupal\Core\Entity\Exception;
  3. /**
  4. * Defines an exception thrown when an entity type definition is invalid.
  5. */
  6. class UnsupportedEntityTypeDefinitionException extends \Exception {}