diff options
Diffstat (limited to 'engine/classes/PluginException.php')
-rw-r--r-- | engine/classes/PluginException.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engine/classes/PluginException.php b/engine/classes/PluginException.php index 4da15791d..d81a921a9 100644 --- a/engine/classes/PluginException.php +++ b/engine/classes/PluginException.php @@ -1,10 +1,10 @@ -<?php
-/**
- * PluginException
- *
- * A plugin Exception, thrown when an Exception occurs relating to the plugin mechanism. Subclass for specific plugin Exceptions.
- *
- * @package Elgg
- * @subpackage Exceptions
- */
+<?php +/** + * PluginException + * + * A plugin Exception, thrown when an Exception occurs relating to the plugin mechanism. Subclass for specific plugin Exceptions. + * + * @package Elgg + * @subpackage Exceptions + */ class PluginException extends Exception {}
\ No newline at end of file |