More tidying.
[yaffs-website] / web / modules / contrib / crop / src / EntityProviderNotFoundException.php
1 <?php
2
3 namespace Drupal\crop;
4
5 /**
6  * An Error EntityProviderNotFoundException Class.
7  *
8  * Will be thrown if an non-existing crop entity,
9  * provider plugin was requested.
10  */
11 class EntityProviderNotFoundException extends \Exception {
12
13 }