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.
# File lib/daemon_kit/error_handlers/base.rb, line 27 def handle_exception( exception ) raise NoMethodError, "Error handler doesn't support #handle_exception" end
Generated with the Darkfish Rdoc Generator 2.