You are here

class EntityProviderNotFoundException in Crop API 8.2

Same name and namespace in other branches
  1. 8 src/EntityProviderNotFoundException.php \Drupal\crop\EntityProviderNotFoundException

An Error EntityProviderNotFoundException Class.

Will be thrown if an non-existing crop entity, provider plugin was requested.

Hierarchy

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\crop
View source
class EntityProviderNotFoundException extends \Exception {

}

Members