mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
59e3ab1992
commit
687774dcd6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue