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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/DatabaseException.php b/engine/classes/DatabaseException.php
index 011492417..6c8f57d7d 100644
--- a/engine/classes/DatabaseException.php
+++ b/engine/classes/DatabaseException.php
@@ -4,7 +4,7 @@
*
* A generic parent class for database exceptions
*
- * @package Elgg.Core
+ * @package Elgg.Core
* @subpackage Exceptions.Stub
*/
class DatabaseException extends Exception {}