EntityProviderNotFoundException.php in Crop API 8
Same filename and directory in other branches
Namespace
Drupal\cropFile
src/EntityProviderNotFoundException.phpView source
<?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 {
}
Classes
Name | Description |
---|---|
EntityProviderNotFoundException | An Error EntityProviderNotFoundException Class. |