diff options
Diffstat (limited to 'engine/classes/APIException.php')
-rw-r--r-- | engine/classes/APIException.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/classes/APIException.php b/engine/classes/APIException.php index a16ea3e62..377538c36 100644 --- a/engine/classes/APIException.php +++ b/engine/classes/APIException.php @@ -1,10 +1,11 @@ <?php + /** * API Exception Stub * * Generic parent class for API exceptions. * - * @package Elgg.Core + * @package Elgg.Core * @subpackage Exceptions.Stub */ class APIException extends Exception {}
\ No newline at end of file |