From 8ea65bf66f881475aaed4f8e20523027033be2c7 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 12 Sep 2011 15:55:16 +0000 Subject: [PATCH] ErrorException::__construct() default properties (Original patch by guilhermeblanco) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316556 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../predefined/errorexception/construct.xml | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/language/predefined/errorexception/construct.xml b/language/predefined/errorexception/construct.xml index be27c05921..0c5bb0d34f 100644 --- a/language/predefined/errorexception/construct.xml +++ b/language/predefined/errorexception/construct.xml @@ -4,18 +4,19 @@ ErrorException::__construct - Construct the exception + Constructs the exception &reftitle.description; public ErrorException::__construct - stringmessage - intcode - intseverity - stringfilename - intlineno + stringmessage"" + intcode0 + intseverity1 + stringfilename__FILE__ + intlineno__LINE__ + Exceptionprevious&null; Constructs the Exception. @@ -66,6 +67,14 @@ + + previous + + + The previous exception used for the exception chaining. + + +