You are here

EntityProviderNotFoundException.php in Crop API 8.2

Same filename and directory in other branches
  1. 8 src/EntityProviderNotFoundException.php

Namespace

Drupal\crop

File

src/EntityProviderNotFoundException.php
View 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

Namesort descending Description
EntityProviderNotFoundException An Error EntityProviderNotFoundException Class.