EntityMalformedException.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Core\EntityFile
core/lib/Drupal/Core/Entity/EntityMalformedException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Entity\EntityMalformedException.
*/
namespace Drupal\Core\Entity;
/**
* Defines an exception thrown when a malformed entity is passed.
*/
class EntityMalformedException extends \Exception {
}
Classes
Name | Description |
---|---|
EntityMalformedException | Defines an exception thrown when a malformed entity is passed. |