Complete PHP Error Reference
The restore_exception_handler() function restores the previous exception handler.
This function is used to restore the previous exception handler after changing it with the set_exception_handler() function.
This function always returns TRUE.
Tip: The previous exception handler could be the built in exception handler or a user-defined function.
The output of the code above should be something like this:
Complete PHP Error Reference
Your message has been sent to W3Schools.