summaryrefslogtreecommitdiffstats
path: root/src/exceptions/unregular_steps.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/unregular_steps.php')
-rw-r--r--src/exceptions/unregular_steps.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions/unregular_steps.php b/src/exceptions/unregular_steps.php
index 12e9dad..7c67b5c 100644
--- a/src/exceptions/unregular_steps.php
+++ b/src/exceptions/unregular_steps.php
@@ -16,6 +16,12 @@
*/
class ezcGraphUnregularStepsException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @return void
+ * @ignore
+ */
public function __construct()
{
parent::__construct( "Bar charts do not support axis with unregualr steps sizes." );
OpenPOWER on IntegriCloud