Version 1
[yaffs-website] / web / modules / contrib / crop / src / EntityProviderNotFoundException.php
diff --git a/web/modules/contrib/crop/src/EntityProviderNotFoundException.php b/web/modules/contrib/crop/src/EntityProviderNotFoundException.php
new file mode 100644 (file)
index 0000000..c03c5a0
--- /dev/null
@@ -0,0 +1,13 @@
+<?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 {
+
+}