Version 1
[yaffs-website] / web / modules / contrib / entity_embed / src / Exception / EntityNotFoundException.php
diff --git a/web/modules/contrib/entity_embed/src/Exception/EntityNotFoundException.php b/web/modules/contrib/entity_embed/src/Exception/EntityNotFoundException.php
new file mode 100644 (file)
index 0000000..06d52ad
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\entity_embed\Exception;
+
+/**
+ * Exception thrown when the embedded entity cannot be loaded.
+ */
+class EntityNotFoundException extends \Exception {}