class EntityNotFoundException in Entity Embed 8
Exception thrown when the embedded entity cannot be loaded.
Hierarchy
- class \Drupal\entity_embed\Exception\EntityNotFoundException extends \Drupal\entity_embed\Exception\Exception
Expanded class hierarchy of EntityNotFoundException
1 file declares its use of EntityNotFoundException
- EntityEmbedFilter.php in src/
Plugin/ Filter/ EntityEmbedFilter.php
File
- src/
Exception/ EntityNotFoundException.php, line 8
Namespace
Drupal\entity_embed\ExceptionView source
class EntityNotFoundException extends \Exception {
}