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