From add496cd9b33676fe7a26b96d49911657578a238 Mon Sep 17 00:00:00 2001 From: Joey Smith <joey@php.net> Date: Tue, 31 Mar 2009 18:16:40 +0000 Subject: [PATCH] Refine language on what this ErrorException example actually does. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278086 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/errorexception.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/predefined/errorexception.xml b/language/predefined/errorexception.xml index 7f534c9021..998a8eb784 100644 --- a/language/predefined/errorexception.xml +++ b/language/predefined/errorexception.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <phpdoc:exceptionref xml:id="class.errorexception" xmlns="http://docbook.org/ns/docbook" @@ -76,7 +76,7 @@ &reftitle.examples; <para> <example xml:id="errorexception.example.error-handler"><!-- {{{ --> - <title>Turn all error messages into ErrorException.</title> + <title>Use set_error_handler to change error messages into ErrorException.</title> <programlisting role="php"> <![CDATA[ <?php