Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / entity_embed / src / Exception / EntityNotFoundException.php
1 <?php
2
3 namespace Drupal\entity_embed\Exception;
4
5 /**
6  * Exception thrown when the embedded entity cannot be loaded.
7  */
8 class EntityNotFoundException extends \Exception {}