class EntityMalformedException in Drupal 7
Defines an exception thrown when a malformed entity is passed.
Hierarchy
- class \EntityMalformedException extends \Exception
Expanded class hierarchy of EntityMalformedException
File
- includes/
entity.inc, line 1436
View source
class EntityMalformedException extends Exception {
}