- <?php
 
- /**
 
-  * SecurityException
 
-  * An Security Exception, throw when a Security Exception occurs. Subclass for
 
-  * specific Security Execeptions (access problems etc)
 
-  *
 
-  * @package    Elgg.Core
 
-  * @subpackage Exception
 
-  */
 
- class SecurityException extends \Exception {}
 
 
  |