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