In which of the following situations will you use the set_exception_handler() function?
A.
When you want to set a user-defined function to handle errors.
B.
When you want to generate a user-level error/warning/notice message.
C.
When the try/catch block is unable to catch an exception.
D.
When you want to restore a previously defined exception handler function.
Explanation: