1: <?php 2: /** 3: * SecurityException 4: * An Security Exception, throw when a Security Exception occurs. Subclass for 5: * specific Security Execeptions (access problems etc) 6: * 7: * @package Elgg.Core 8: * @subpackage Exception 9: */ 10: class SecurityException extends Exception {} 11: