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