aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/APIException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/APIException.php')
-rw-r--r--engine/classes/APIException.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/classes/APIException.php b/engine/classes/APIException.php
index a16ea3e62..b6e1c347b 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
+class APIException extends Exception {}