blob: 29fc7714d9ffd7a81d2af0634acd8f594e5ddec5 [file]
<?php
/**
* Base exception for the Graph package.
*
* @package Graph
* @version //autogentag//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* General exception container for the Graph component.
*
* @package Graph
* @version //autogentag//
*/
abstract class ezcGraphException extends ezcBaseException
{
}
?>