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. + + +