diff options
Diffstat (limited to 'src/exceptions/unknown_dataset_source.php')
-rw-r--r-- | src/exceptions/unknown_dataset_source.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/exceptions/unknown_dataset_source.php b/src/exceptions/unknown_dataset_source.php new file mode 100644 index 0000000..e3d359e --- /dev/null +++ b/src/exceptions/unknown_dataset_source.php @@ -0,0 +1,21 @@ +<?php +/** + * File containing the ezcGraphUnknownDatasetSourceException 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 ezcGraphUnknownDatasetSourceException extends ezcBaseException +{ +} + +?> |