2d4cce9bd827782872c66dccdc84f2e50b9c2552
[yaffs-website] / UnsupportedEntityTypeDefinitionException.php
1 <?php
2
3 namespace Drupal\Core\Entity\Exception;
4
5 /**
6  * Defines an exception thrown when an entity type definition is invalid.
7  */
8 class UnsupportedEntityTypeDefinitionException extends \Exception {}