<?php
/**
 * Base exception for the Graph package.
 *
 * @package Graph
 * @version //autogentag//
 * @copyright Copyright (C) 2005-2009 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
{
}
?>
