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