mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Crosslink predefined exceptions and spl exceptions
- Kill reduntant SPL exception listing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270110 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c238cb5114
commit
7c14c8062a
2 changed files with 11 additions and 21 deletions
|
@ -1,9 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<part xml:id="reserved.exceptions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Predefined Exceptions</title>
|
||||
|
||||
<partintro>
|
||||
<para>
|
||||
See also the <link linkend="spl.exceptions">SPL Exceptions</link>
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
&language.predefined.exception;
|
||||
&language.predefined.errorexception;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<part xml:id="spl.exceptions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
|
@ -9,25 +9,9 @@
|
|||
<para>
|
||||
SPL provides a set of standard Exceptions.
|
||||
</para>
|
||||
|
||||
<section xml:id="spl.exceptions.list">
|
||||
<title>Exception list</title>
|
||||
<simplelist>
|
||||
<member><classname>BadFunctionCallException</classname></member>
|
||||
<member><classname>BadMethodCallException</classname></member>
|
||||
<member><classname>DomainException</classname></member>
|
||||
<member><classname>InvalidArgumentException</classname></member>
|
||||
<member><classname>LengthException</classname></member>
|
||||
<member><classname>LogicException</classname></member>
|
||||
<member><classname>OutOfBoundsException</classname></member>
|
||||
<member><classname>OutOfRangeException</classname></member>
|
||||
<member><classname>OverflowException</classname></member>
|
||||
<member><classname>RangeException</classname></member>
|
||||
<member><classname>RuntimeException</classname></member>
|
||||
<member><classname>UnderflowException</classname></member>
|
||||
<member><classname>UnexpectedValueException</classname></member>
|
||||
</simplelist>
|
||||
</section>
|
||||
<para>
|
||||
See also the <xref linkend="reserved.exceptions" />
|
||||
</para>
|
||||
|
||||
</partintro>
|
||||
|
||||
|
|
Loading…
Reference in a new issue