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, 5 insertions, 5 deletions
diff --git a/engine/classes/DatabaseException.php b/engine/classes/DatabaseException.php
index ffc414abf..06ffd6782 100644
--- a/engine/classes/DatabaseException.php
+++ b/engine/classes/DatabaseException.php
@@ -1,10 +1,10 @@
<?php
/**
- * DatabaseException
- * An database exception, throw when a database exception happens, subclass if more detail is needed.
+ * Database Exception
*
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
+ * A generic parent class for database exceptions
+ *
+ * @package Elgg.Core
+ * @subpackage Exceptions.Stub
*/
class DatabaseException extends Exception {}