You are here

EntityEmbedEntityNotFoundException.inc in Entity Embed 7.2

Definition of EntityEmbedEntityNotFoundException.

File

includes/EntityEmbedEntityNotFoundException.inc
View source
<?php

/**
 * @file
 * Definition of EntityEmbedEntityNotFoundException.
 */

/**
 * Exception thrown when the embedded entity cannot be loaded.
 */
class EntityEmbedEntityNotFoundException extends Exception {

}

Classes

Namesort descending Description
EntityEmbedEntityNotFoundException Exception thrown when the embedded entity cannot be loaded.