<?php
/* vim: set noexpandtab tabstop=4 shiftwidth=4 foldmethod=marker: */
require_once 'SwatDB/exceptions/SwatDBException.php';
/**
* Exception thrown when no database is available
*
* @package SwatDB
* @copyright 2008 silverorange
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
*/
class SwatDBNoDatabaseException extends SwatDBException
{
}
?>