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 +