summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-09-10 08:11:05 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-09-10 08:11:05 +0000
commit0c5ab3e9bb12968e8b594f7144732bdc2b0236ed (patch)
treef2d640e08698616ea3c4f1bebc9062a03ebc868a /src/graph_autoload.php
parent9a594470d0d84f5a06c6a5aec21152a34382c45e (diff)
downloadzetacomponents-graph-0c5ab3e9bb12968e8b594f7144732bdc2b0236ed.zip
zetacomponents-graph-0c5ab3e9bb12968e8b594f7144732bdc2b0236ed.tar.gz
- Fixed issue #13595: majorStep overridden if min and max are both set
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 9f35ccd..5c8ac35 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -21,6 +21,7 @@ return array(
'ezcGraphInvalidDataException' => 'Graph/exceptions/invalid_data.php',
'ezcGraphInvalidDisplayTypeException' => 'Graph/exceptions/invalid_display_type.php',
'ezcGraphInvalidImageFileException' => 'Graph/exceptions/invalid_image_file.php',
+ 'ezcGraphInvalidStepSizeException' => 'Graph/exceptions/invalid_step_size.php',
'ezcGraphMatrixInvalidDimensionsException' => 'Graph/exceptions/invalid_dimensions.php',
'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
'ezcGraphNoDataException' => 'Graph/exceptions/no_data.php',
OpenPOWER on IntegriCloud