From a210b11601a585709b9e347cc24b1f23116df013 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 22 Jul 2005 12:14:08 +0000 Subject: [PATCH] Document ReflectionException (bug #33428) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191206 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 9ca698b541..0505c65d89 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -111,6 +111,15 @@ Class [ class Exception ] { + + <classname>ReflectionException</classname> + + ReflectionException extends the standard Exception and is thrown by Reflection + API. No specific methods or properties are introduced. + + + <classname>ReflectionFunction</classname>