Fixes PHP bug #50752 (Exception documentation needs clarification)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293547 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-01-14 15:34:37 +00:00
parent 59e3ab1992
commit 687774dcd6

View file

@ -25,6 +25,11 @@
"<literal>Uncaught Exception ...</literal>" message, unless a handler has
been defined with <function>set_exception_handler</function>.
</para>
<para>
The thrown object must be an instance of the <classname>Exception</classname>
class or a subclass of <classname>Exception</classname>. Trying to throw an
object that is not will result in a PHP Fatal Error.
</para>
<note>
<para>
Internal PHP functions mainly use