Interim commit.
[yaffs-website] / web / modules / contrib / entity_embed / src / Exception / RecursiveRenderingException.php
1 <?php
2
3 namespace Drupal\entity_embed\Exception;
4
5 /**
6  * Exception thrown when the embedded entity causes recursion when rendering.
7  */
8 class RecursiveRenderingException extends \Exception {}