Error handlers in DaemonKit are used by the Safety class. Any error handler has to support the interface provided by this class. It‘s also required that safety handlers implement a singleton approach (handled by default by Base).
Error handlers should overwrite this method and implement their own reporting method.
[Validate]