aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaZderMind2016-12-11 20:01:33 +0100
committerMaZderMind2016-12-11 20:37:54 +0100
commit738878b8b060b3cfcdde2d88a1a28d5ce83e4aa7 (patch)
treec661d7f1a73b1c4e6640389898a8bac32023fb16 /lib
parenta38a7fcc85c99fa8bd17dd591a5dcad07577c306 (diff)
better handling for legacy config errors
Diffstat (limited to 'lib')
-rw-r--r--lib/Exceptions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Exceptions.php b/lib/Exceptions.php
index 2e9109b..83bd380 100644
--- a/lib/Exceptions.php
+++ b/lib/Exceptions.php
@@ -10,3 +10,4 @@ set_error_handler("exception_error_handler");
class NotFoundException extends Exception {}
class ScheduleException extends Exception {}
+class ConfigException extends Exception {}