diff options
Diffstat (limited to 'engine/classes/SecurityException.php')
-rw-r--r-- | engine/classes/SecurityException.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/classes/SecurityException.php b/engine/classes/SecurityException.php index c38209de8..3b6382f9e 100644 --- a/engine/classes/SecurityException.php +++ b/engine/classes/SecurityException.php @@ -1,9 +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) * - * @package Elgg - * @subpackage Exceptions + * @package Elgg.Core + * @subpackage Exception */ class SecurityException extends Exception {} |