class EntityProviderNotFoundException in Crop API 8
Same name and namespace in other branches
- 8.2 src/EntityProviderNotFoundException.php \Drupal\crop\EntityProviderNotFoundException
An Error EntityProviderNotFoundException Class.
Will be thrown if an non-existing crop entity, provider plugin was requested.
Hierarchy
- class \Drupal\crop\EntityProviderNotFoundException extends \Drupal\crop\Exception
Expanded class hierarchy of EntityProviderNotFoundException
2 files declare their use of EntityProviderNotFoundException
- Crop.php in src/
Entity/ Crop.php - CropEntityProvidersTest.php in tests/
src/ Kernel/ CropEntityProvidersTest.php
File
- src/
EntityProviderNotFoundException.php, line 11
Namespace
Drupal\cropView source
class EntityProviderNotFoundException extends \Exception {
}