diff options
Diffstat (limited to 'engine/classes/DatabaseException.php')
-rw-r--r-- | engine/classes/DatabaseException.php | 10 |
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..6c8f57d7d --- /dev/null +++ b/engine/classes/DatabaseException.php @@ -0,0 +1,10 @@ +<?php +/** + * Database Exception + * + * A generic parent class for database exceptions + * + * @package Elgg.Core + * @subpackage Exceptions.Stub + */ +class DatabaseException extends Exception {} |