mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #71068
DivisionByZeroError is not direct subclass of Error git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338227 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4f23caf682
commit
f956ef27f7
2 changed files with 6 additions and 4 deletions
|
@ -41,13 +41,15 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara><classname>ArithmeticError</classname></simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara><classname>DivisionByZeroError</classname></simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><classname>AssertionError</classname></simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><classname>DivisionByZeroError</classname></simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><classname>ParseError</classname></simpara>
|
||||
</listitem>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<ooclass>
|
||||
<modifier>extends</modifier>
|
||||
<classname>Error</classname>
|
||||
<classname>ArithmeticError</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue