vrana Fri Jul 22 08:14:10 2005 EDT
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
Document ReflectionException (bug #33428)
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.14
phpdoc/en/language/oop5/reflection.xml:1.15
--- phpdoc/en/language/oop5/reflection.xml:1.14 Wed Jul 13 14:30:22 2005
+++ phpdoc/en/language/oop5/reflection.xml Fri Jul 22 08:14:08 2005
@@ -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 @@
</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>