diff options
Diffstat (limited to 'vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php')
-rw-r--r-- | vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php b/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php new file mode 100644 index 00000000..36106659 --- /dev/null +++ b/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php @@ -0,0 +1,14 @@ +<?php + +namespace SimpleQueue\Exception; + +use Exception; + +/** + * Class NotSupportedException + * + * @package SimpleQueue\Exception + */ +class NotSupportedException extends Exception +{ +} |