summaryrefslogtreecommitdiffstats
path: root/src/exceptions/no_such_element.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/no_such_element.php')
-rw-r--r--src/exceptions/no_such_element.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions/no_such_element.php b/src/exceptions/no_such_element.php
index c3cdd65..9798221 100644
--- a/src/exceptions/no_such_element.php
+++ b/src/exceptions/no_such_element.php
@@ -15,6 +15,13 @@
*/
class ezcGraphNoSuchElementException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @param string $name
+ * @return void
+ * @ignore
+ */
public function __construct( $name )
{
parent::__construct( "No chart element with name '{$name}' found." );
OpenPOWER on IntegriCloud