GraphDatabaseTiein
[ ]
[ ]
[ ]
[ ]
[ ]
Source for file exception.php
Documentation is available at exception.php
1. <?php
2. /**
3. * Base exception for the GraphDatabaseTiein package.
4. *
5. * @package GraphDatabaseTiein
6. * @version 1.0.1
7. * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
8. * @license http://ez.no/licenses/new_bsd New BSD License
9. */
10.
11. /**
12. * General exception container for the GraphDatabaseTiein component.
13. *
14. * @package GraphDatabaseTiein
15. * @version 1.0.1
16. */
17. abstract class ezcGraphDatabaseException extends ezcBaseException
18. {
19. }
20. ?>
Last updated: Tue, 01 Sep 2009