aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/NotificationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/NotificationException.php')
-rw-r--r--engine/classes/NotificationException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/classes/NotificationException.php b/engine/classes/NotificationException.php
new file mode 100644
index 000000000..71c742f17
--- /dev/null
+++ b/engine/classes/NotificationException.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Notification exception.
+ *
+ * @package Elgg.Core
+ * @subpackage Exception
+ */
+class NotificationException extends Exception {}