diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 12:25:08 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 12:25:08 +0000 |
commit | af2abec76e82803d5d87f67c95c0009e09315aa5 (patch) | |
tree | c33946ac22bd0c15b878d584529da24ad42ef526 /src/exceptions | |
parent | 3e7be683345e3c54bbf07e082c9c2d8784d5b041 (diff) | |
download | zetacomponents-graph-af2abec76e82803d5d87f67c95c0009e09315aa5.zip zetacomponents-graph-af2abec76e82803d5d87f67c95c0009e09315aa5.tar.gz |
- Moved font configuration to elements
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/invalid_font.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/exceptions/invalid_font.php b/src/exceptions/invalid_font.php new file mode 100644 index 0000000..394535c --- /dev/null +++ b/src/exceptions/invalid_font.php @@ -0,0 +1,21 @@ +<?php +/** + * File containing the ezcGraphInvalidDriverException class + * + * @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 + */ +/** + * ezcGraphUnknownChartTypeException is the exception which is thrown when the + * factory method tries to return an instance of an unknown chart type + * + * @package Graph + * @version //autogen// + */ +class ezcGraphGdDriverInvalidFontException extends ezcBaseException +{ +} + +?> |