aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/CallException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/CallException.php')
-rw-r--r--engine/classes/CallException.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/classes/CallException.php b/engine/classes/CallException.php
index 369ce19bd..aaa55a653 100644
--- a/engine/classes/CallException.php
+++ b/engine/classes/CallException.php
@@ -1,10 +1,10 @@
<?php
/**
- * CallException
- * An exception thrown when there is a problem calling something.
+ * Call Exception Stub
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
+ * Generic parent class for Call exceptions
+ *
+ * @package Elgg.Core
+ * @subpackage Exceptions.Stub
*/
-class CallException extends Exception {}
+class CallException extends Exception {} \ No newline at end of file