From 7c14c8062a985d0af2ee5f7f85ced0da62fe6d15 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 29 Nov 2008 23:53:37 +0000 Subject: [PATCH] - 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 --- language/predefined/exceptions.xml | 8 +++++++- reference/spl/exceptions.xml | 24 ++++-------------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/language/predefined/exceptions.xml b/language/predefined/exceptions.xml index a3aecfe508..28f56521fb 100644 --- a/language/predefined/exceptions.xml +++ b/language/predefined/exceptions.xml @@ -1,9 +1,15 @@ - + Predefined Exceptions + + + See also the SPL Exceptions + + + &language.predefined.exception; &language.predefined.errorexception; diff --git a/reference/spl/exceptions.xml b/reference/spl/exceptions.xml index 8a537fada5..2dc3888826 100644 --- a/reference/spl/exceptions.xml +++ b/reference/spl/exceptions.xml @@ -1,5 +1,5 @@ - + @@ -9,25 +9,9 @@ SPL provides a set of standard Exceptions. - -
- Exception list - - BadFunctionCallException - BadMethodCallException - DomainException - InvalidArgumentException - LengthException - LogicException - OutOfBoundsException - OutOfRangeException - OverflowException - RangeException - RuntimeException - UnderflowException - UnexpectedValueException - -
+ + See also the +