1: <?php 2: /** 3: * PluginException 4: * 5: * A plugin Exception, thrown when an Exception occurs relating to the plugin mechanism. 6: * Subclass for specific plugin Exceptions. 7: * 8: * @package Elgg.Core 9: * @subpackage Exception 10: */ 11: class PluginException extends Exception {} 12: