blob: 80ffbd333e29b2ad9a9ec210ea5a2142689b62b0 [file]
<?php
/**
* File containing the ezcDatabaseSchemaException class
*
* @package DatabaseSchema
* @version //autogen//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* This class provides an exception container for use with the DatabaseSchema
* component.
*
* @package DatabaseSchema
* @version //autogen//
*/
abstract class ezcDbSchemaException extends ezcBaseException
{
}
?>