aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/DatabaseException.php
blob: 011492417e814ebe9ab2f96fa5fbb781c4e4b01b (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 {}