Definition of Drupal\Core\Entity\EntityMalformedException.
<?php
/**
* @file
* Definition of Drupal\Core\Entity\EntityMalformedException.
*/
namespace Drupal\Core\Entity;
use Exception;
/**
* Defines an exception thrown when a malformed entity is passed.
*/
class EntityMalformedException extends Exception {
}
Name | Description |
---|---|
EntityMalformedException | Defines an exception thrown when a malformed entity is passed. |