summaryrefslogtreecommitdiffstats
path: root/src/exceptions
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-02 12:25:08 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-02 12:25:08 +0000
commitaf2abec76e82803d5d87f67c95c0009e09315aa5 (patch)
treec33946ac22bd0c15b878d584529da24ad42ef526 /src/exceptions
parent3e7be683345e3c54bbf07e082c9c2d8784d5b041 (diff)
downloadzetacomponents-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.php21
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
+{
+}
+
+?>
OpenPOWER on IntegriCloud