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.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/classes/CallException.php b/engine/classes/CallException.php
new file mode 100644
index 000000000..369ce19bd
--- /dev/null
+++ b/engine/classes/CallException.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * CallException
+ * An exception thrown when there is a problem calling something.
+ *
+ * @author Curverider Ltd <info@elgg.com>
+ * @package Elgg
+ * @subpackage Exceptions
+ */
+class CallException extends Exception {}