Exception Manager
class ExceptionManager
A ExceptionManager is a registry of Handlers that contain code to log and transform exceptions in an appropriate way.
See also
Constructors
Link copied to clipboard
create a new ExceptionManager.
create a new ExceptionManager on base of the specified original ExceptionManager.
Types
Properties
Link copied to clipboard
return the array of registered Handlers.
Functions
Link copied to clipboard
handles the specified exception with respect to registered handlers. The following logic is implemented:
Link copied to clipboard
registers the specified Handler in the registry by inspecting the public methods for the described patterns