diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index d14fe95920..b76007fbc6 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -31,6 +31,15 @@ error occurred (an array that points to the active symbol table at the point the error occurred). + + + The following error types cannot be handled with a user defined + function: E_ERROR, E_PARSE, + E_CORE_ERROR, E_CORE_WARNING, + E_COMPILE_ERROR and + E_COMPILE_WARNING. + + The example below shows the handling of internal exceptions by triggering errors and handling them with a user