Skip to content
UnsupportedEntityTypeDefinitionException.php 200 B
Newer Older
<?php

namespace Drupal\Core\Entity\Exception;

/**
 * Defines an exception thrown when an entity type definition is invalid.
 */
class UnsupportedEntityTypeDefinitionException extends \Exception { }