class Hutch::ErrorHandlers::Base

Public Instance Methods

handle(properties, payload, consumer, ex) click to toggle source
# File lib/hutch/error_handlers/base.rb, line 6
def handle(properties, payload, consumer, ex)
  raise NotImplementedError.new
end
handle_setup_exception(ex) click to toggle source
# File lib/hutch/error_handlers/base.rb, line 10
def handle_setup_exception(ex)
  raise NotImplementedError.new
end