Files
FHC-Core/include/ezcomponents/GraphDatabaseTiein/src/exceptions/exception.php
T
Andreas Österreicher 0a8e90a8b3 EZ-Components
2009-02-17 15:27:43 +00:00

21 lines
451 B
PHP

<?php
/**
* Base exception for the GraphDatabaseTiein package.
*
* @package GraphDatabaseTiein
* @version 1.0
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* General exception container for the GraphDatabaseTiein component.
*
* @package GraphDatabaseTiein
* @version 1.0
*/
abstract class ezcGraphDatabaseException extends ezcBaseException
{
}
?>