The Restore Error Handler function removes the most recently added error handling function from the top of the error handling stack.
Returns
The error handling function that were removed from the stack if it is not empty.
Remarks
The next error handling function after the removed function that is left in the stack is used for error handling. The Restore Error Handler function has no effect if the error handler stack is empty.