mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Exception implements Throwable
While this is only the case as of PHP 7.0.0, we nonetheless make it the default, and change the note regarding the former state. Based on a patch provided by Artem Ostretsov. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4b3211634a
commit
aaeb51d919
1 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
7.
|
||||
</para>
|
||||
<para>
|
||||
In PHP 7, <classname>Exception</classname> implements the
|
||||
Before PHP 7, <classname>Exception</classname> did not implement the
|
||||
<classname>Throwable</classname> interface.
|
||||
</para>
|
||||
</section>
|
||||
|
@ -38,6 +38,11 @@
|
|||
<ooclass>
|
||||
<classname>Exception</classname>
|
||||
</ooclass>
|
||||
|
||||
<ooclass>
|
||||
<modifier>implements</modifier>
|
||||
<classname>Throwable</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue