summaryrefslogtreecommitdiffstats
path: root/src/exceptions/exception.php
blob: 06f3b3c10972405dde32ca59181a3b2cc4e21e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * Base exception for the Graph package.
 *
 * @package Graph
 * @version //autogen//
 * @copyright Copyright (C) 2005, 2006 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 //autogen//
 */
abstract class ezcGraphException extends ezcBaseException
{
}
?>
OpenPOWER on IntegriCloud