Class DaemonKit::ErrorHandlers::Base
In: lib/daemon_kit/error_handlers/base.rb
Parent: Object

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).

Methods

Public Class methods

Public Instance methods

Error handlers should overwrite this method and implement their own reporting method.

[Validate]