Handler
interface Handler
A Handler contains logging and transformation code for specific exception classes. Logging methods are identified by signature of type
unwrap(e: <exception-class>)log(e : <exception-class>)wrap(e: <exception-class>)handle(e: <exception-class>)