diff options
Diffstat (limited to 'engine/classes/NotificationException.php')
-rw-r--r-- | engine/classes/NotificationException.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/classes/NotificationException.php b/engine/classes/NotificationException.php index 7da062319..71c742f17 100644 --- a/engine/classes/NotificationException.php +++ b/engine/classes/NotificationException.php @@ -1,5 +1,8 @@ <?php /** * Notification exception. + * + * @package Elgg.Core + * @subpackage Exception */ class NotificationException extends Exception {} |