summaryrefslogtreecommitdiff
path: root/libs/SimpleQueue/Exception
diff options
context:
space:
mode:
Diffstat (limited to 'libs/SimpleQueue/Exception')
-rw-r--r--libs/SimpleQueue/Exception/NotSupportedException.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/SimpleQueue/Exception/NotSupportedException.php b/libs/SimpleQueue/Exception/NotSupportedException.php
new file mode 100644
index 00000000..36106659
--- /dev/null
+++ b/libs/SimpleQueue/Exception/NotSupportedException.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace SimpleQueue\Exception;
+
+use Exception;
+
+/**
+ * Class NotSupportedException
+ *
+ * @package SimpleQueue\Exception
+ */
+class NotSupportedException extends Exception
+{
+}