diff options
Diffstat (limited to 'engine/classes/SecurityException.php')
-rw-r--r-- | engine/classes/SecurityException.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/classes/SecurityException.php b/engine/classes/SecurityException.php index 3075f0b8e..3e0f933fe 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)
- *
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
- */
-class SecurityException extends Exception {}
+<?php +/** + * SecurityException + * 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 + */ +class SecurityException extends Exception {} |