diff options
Diffstat (limited to 'src/exceptions/JobdException.php')
-rw-r--r-- | src/exceptions/JobdException.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exceptions/JobdException.php b/src/exceptions/JobdException.php new file mode 100644 index 0000000..59b218c --- /dev/null +++ b/src/exceptions/JobdException.php @@ -0,0 +1,5 @@ +<?php + +namespace jobd\exceptions; + +class JobdException extends \Exception {}
\ No newline at end of file |