# File lib/clockwork/manager.rb, line 38
    def error_handler(&block)
      @error_handler = block if block_given?
      @error_handler
    end