crop-8.x-2.x-dev/src/EntityProviderNotFoundException.php
src/EntityProviderNotFoundException.php
<?php
namespace Drupal\crop;
/**
* An Error EntityProviderNotFoundException Class.
*
* Will be thrown if an non-existing crop entity,
* provider plugin was requested.
*/
class EntityProviderNotFoundException extends \Exception {
}
