diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-04 15:21:13 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-04 15:21:13 -0700 |
commit | a4642d17e0e1ea018b128efdcc3db281461458b1 (patch) | |
tree | 00210c3d0abd0adea7f8817e6ba1d82c1ea4b50e /vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php | |
parent | 62178b1f2b4ad6ed8eafbcd3be8ef2f46b041b82 (diff) |
Move custom libs to the source tree
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, 0 insertions, 14 deletions
diff --git a/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php b/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php deleted file mode 100644 index 36106659..00000000 --- a/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -namespace SimpleQueue\Exception; - -use Exception; - -/** - * Class NotSupportedException - * - * @package SimpleQueue\Exception - */ -class NotSupportedException extends Exception -{ -} |