Document ReflectionException (bug #33428)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-07-22 12:14:08 +00:00
parent ca0759834d
commit a210b11601

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<sect1 id="language.oop5.reflection">
<title>Reflection</title>
<sect2 id="language.oop5.reflection.introduction">
@ -111,6 +111,15 @@ Class [ <internal> class Exception ] {
</para>
</sect2>
<sect2 id="language.oop5.reflection.reflectionexception">
<title><classname>ReflectionException</classname></title>
<para>
<classname>ReflectionException</classname> extends the standard <link
linkend="language.exceptions">Exception</link> and is thrown by Reflection
API. No specific methods or properties are introduced.
</para>
</sect2>
<sect2 id="language.oop5.reflection.reflectionfunction">
<title><classname>ReflectionFunction</classname></title>
<para>