summaryrefslogtreecommitdiffstats
path: root/src/interfaces/element.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-07 07:48:06 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-07 07:48:06 +0000
commitb31a0055fe42a14356400ebe6d7a8e5bebb26240 (patch)
treee7bb23aeeb54e09055bfd73539a08f7460aedaa3 /src/interfaces/element.php
parentf0c3843559d630bcd9458e8f5b15185445dd173b (diff)
downloadzetacomponents-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.php2
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;
}
}
OpenPOWER on IntegriCloud