diff options
Diffstat (limited to 'engine/classes/DatabaseException.php')
-rw-r--r-- | engine/classes/DatabaseException.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/classes/DatabaseException.php b/engine/classes/DatabaseException.php index 06ffd6782..011492417 100644 --- a/engine/classes/DatabaseException.php +++ b/engine/classes/DatabaseException.php @@ -1,10 +1,10 @@ -<?php
-/**
- * Database Exception
- *
- * A generic parent class for database exceptions
- *
- * @package Elgg.Core
- * @subpackage Exceptions.Stub
- */
-class DatabaseException extends Exception {}
+<?php +/** + * Database Exception + * + * A generic parent class for database exceptions + * + * @package Elgg.Core + * @subpackage Exceptions.Stub + */ +class DatabaseException extends Exception {} |