aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaZderMind2015-03-30 21:18:42 +0200
committerMaZderMind2015-03-30 21:18:42 +0200
commit785e40eae22ab50c48cde894663fc6f70187bb2d (patch)
tree84b1a96584dfda868a1f9db9b04438ef906e7809 /lib
parentfc4cf5793cbe6561347067eb7b25c60a6fc50f77 (diff)
MVT Implementation of the schedule
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 d5a4600..f6f9d24 100644
--- a/lib/Exceptions.php
+++ b/lib/Exceptions.php
@@ -1,3 +1,4 @@
<?php
class NotFoundException extends Exception {}
+class ScheduleException extends Exception {}