From 5b79026e5cb975957dbfce89d81a4794955fb4e9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 18 Apr 2008 19:18:42 +0000 Subject: [PATCH] - Added new example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257840 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/exceptions.xml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/language/exceptions.xml b/language/exceptions.xml index 3f26745c7f..9c8a1a8aea 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -1,5 +1,5 @@ - + Exceptions @@ -58,7 +58,43 @@ Hello World ]]> + + Nested Exception + +getMessage()); + } + } +} + +$foo = new Test; +$foo->testing(); + +?> +]]> + + &example.outputs; + + + + + Extending Exceptions