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>