aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/SecurityException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/SecurityException.php')
-rw-r--r--engine/classes/SecurityException.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/classes/SecurityException.php b/engine/classes/SecurityException.php
index 3e0f933fe..3b6382f9e 100644
--- a/engine/classes/SecurityException.php
+++ b/engine/classes/SecurityException.php
@@ -1,10 +1,10 @@
<?php
/**
* SecurityException
- * An Security Exception, throw when a Security Exception occurs. Subclass for specific Security Execeptions (access problems etc)
+ * An Security Exception, throw when a Security Exception occurs. Subclass for
+ * specific Security Execeptions (access problems etc)
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
+ * @package Elgg.Core
+ * @subpackage Exception
*/
class SecurityException extends Exception {}