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