Skip to content
EntityMalformedException.php 242 B
Newer Older
 * Contains \Drupal\Core\Entity\EntityMalformedException.

/**
 * Defines an exception thrown when a malformed entity is passed.
 */
class EntityMalformedException extends \Exception { }