mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 13:19:28 +00:00
21 lines
451 B
PHP
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
|
|
{
|
|
}
|
|
?>
|