aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/DatabaseException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/DatabaseException.php')
-rw-r--r--engine/classes/DatabaseException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/classes/DatabaseException.php b/engine/classes/DatabaseException.php
new file mode 100644
index 000000000..ffc414abf
--- /dev/null
+++ b/engine/classes/DatabaseException.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * DatabaseException
+ * An database exception, throw when a database exception happens, subclass if more detail is needed.
+ *
+ * @author Curverider Ltd <info@elgg.com>
+ * @package Elgg
+ * @subpackage Exceptions
+ */
+class DatabaseException extends Exception {}