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.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/classes/APIException.php b/engine/classes/APIException.php
index d6eb9ce52..6ce9424d8 100644
--- a/engine/classes/APIException.php
+++ b/engine/classes/APIException.php
@@ -1,10 +1,10 @@
<?php
/**
- * APIException
- * The API Exception class, thrown by the API layer when an API call has an issue.
+ * API Exception Stub
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
+ * Generic parent class for API exceptions.
+ *
+ * @package Elgg.Core
+ * @subpackage Exceptions.Stub
*/
-class APIException extends Exception {}
+class APIException extends Exception {} \ No newline at end of file