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