summaryrefslogtreecommitdiffstats
path: root/src/exceptions/date_parsing.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/date_parsing.php')
-rw-r--r--src/exceptions/date_parsing.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php
index bf3fc0d..2771ed6 100644
--- a/src/exceptions/date_parsing.php
+++ b/src/exceptions/date_parsing.php
@@ -16,6 +16,13 @@
*/
class ezcGraphErrorParsingDateException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @param mixed $value
+ * @return void
+ * @ignore
+ */
public function __construct( $value )
{
$type = gettype( $value );
OpenPOWER on IntegriCloud