- <?php
 
- /**
 
-  * PluginException
 
-  *
 
-  * A plugin Exception, thrown when an Exception occurs relating to the plugin mechanism.
 
-  * Subclass for specific plugin Exceptions.
 
-  *
 
-  * @package    Elgg.Core
 
-  * @subpackage Exception
 
-  */
 
- class PluginException extends \Exception {}
 
 
  |