diff options
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; } } |