blob: 6c8f57d7d5016ec1e4b91b38388a4b4cfdfcdb0e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Database Exception
*
* A generic parent class for database exceptions
*
* @package Elgg.Core
* @subpackage Exceptions.Stub
*/
class DatabaseException extends Exception {}
|