EntityEmbedEntityNotFoundException.inc in Entity Embed 7
Same filename and directory in other branches
Definition of EntityEmbedEntityNotFoundException.
File
includes/EntityEmbedEntityNotFoundException.incView source
<?php
/**
* @file
* Definition of EntityEmbedEntityNotFoundException.
*/
/**
* Exception thrown when the embedded entity cannot be loaded.
*/
class EntityEmbedEntityNotFoundException extends Exception {
}
Classes
Name | Description |
---|---|
EntityEmbedEntityNotFoundException | Exception thrown when the embedded entity cannot be loaded. |