EntityNotFoundException.php in Entity Embed 8
Namespace
Drupal\entity_embed\ExceptionFile
src/Exception/EntityNotFoundException.phpView source
<?php
namespace Drupal\entity_embed\Exception;
/**
* Exception thrown when the embedded entity cannot be loaded.
*/
class EntityNotFoundException extends \Exception {
}
Classes
Name | Description |
---|---|
EntityNotFoundException | Exception thrown when the embedded entity cannot be loaded. |