diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-07 07:48:06 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-07 07:48:06 +0000 |
commit | b31a0055fe42a14356400ebe6d7a8e5bebb26240 (patch) | |
tree | e7bb23aeeb54e09055bfd73539a08f7460aedaa3 /src/interfaces/element.php | |
parent | f0c3843559d630bcd9458e8f5b15185445dd173b (diff) | |
download | zetacomponents-graph-b31a0055fe42a14356400ebe6d7a8e5bebb26240.zip zetacomponents-graph-b31a0055fe42a14356400ebe6d7a8e5bebb26240.tar.gz |
- Renamed Dataset to DataSet
Diffstat (limited to 'src/interfaces/element.php')
-rw-r--r-- | src/interfaces/element.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/element.php b/src/interfaces/element.php index ebb06a4..1a74316 100644 --- a/src/interfaces/element.php +++ b/src/interfaces/element.php @@ -204,7 +204,7 @@ abstract class ezcGraphChartElement extends ezcBaseOptions } break; default: - throw new ezcGraphNoSuchDatasetException( $propertyName ); + throw new ezcGraphNoSuchDataSetException( $propertyName ); break; } } |