blob: 06ffd6782694121c2b024966dab06ab67129ac07 (
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 {}
|