diff options
Diffstat (limited to 'engine/classes/NotificationException.php')
-rw-r--r-- | engine/classes/NotificationException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/classes/NotificationException.php b/engine/classes/NotificationException.php new file mode 100644 index 000000000..78ea4c57e --- /dev/null +++ b/engine/classes/NotificationException.php @@ -0,0 +1,6 @@ +<?php
+/**
+ * Notification exception.
+ * @author Curverider Ltd
+ */
+class NotificationException extends Exception {}
|