diff options
| author | MaZderMind | 2015-03-30 21:18:42 +0200 |
|---|---|---|
| committer | MaZderMind | 2015-03-30 21:18:42 +0200 |
| commit | 785e40eae22ab50c48cde894663fc6f70187bb2d (patch) | |
| tree | 84b1a96584dfda868a1f9db9b04438ef906e7809 /lib | |
| parent | fc4cf5793cbe6561347067eb7b25c60a6fc50f77 (diff) | |
MVT Implementation of the schedule
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Exceptions.php | 1 |
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 {} |
