From d33f70674872bd949a1907844b7b198e2f8ad891 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Jan 2009 13:12:51 +0000 Subject: [PATCH] Exception chaining git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273071 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/exception/construct.xml | 36 ++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/language/predefined/exception/construct.xml b/language/predefined/exception/construct.xml index becbdffeef..b2194aad53 100644 --- a/language/predefined/exception/construct.xml +++ b/language/predefined/exception/construct.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ public Exception::__construct stringmessageNULL intcode0 + Exceptionprevious0 Constructs the Exception. @@ -39,9 +40,42 @@ + + previous + + + The previous exception used for the exception chaining. + + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + The previous parameter was added. + + + + + + + +