aboutsummaryrefslogtreecommitdiff
path: root/lib/exceptions/resources/NoResourceClassException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions/resources/NoResourceClassException.php')
-rw-r--r--lib/exceptions/resources/NoResourceClassException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/exceptions/resources/NoResourceClassException.php b/lib/exceptions/resources/NoResourceClassException.php
new file mode 100644
index 0000000..74e68fd
--- /dev/null
+++ b/lib/exceptions/resources/NoResourceClassException.php
@@ -0,0 +1,11 @@
+<?php
+
+
+/**
+ * This exception is thrown in cases where a class name of a
+ * class which is derived from the base Resource class
+ * is expected but not available.
+ */
+class NoResourceClassException extends Exception
+{
+}