Class: Hutch::ErrorHandlers::Base
- Inherits:
-
Object
- Object
- Hutch::ErrorHandlers::Base
show all
- Includes:
- Logging
- Defined in:
- lib/hutch/error_handlers/base.rb
Instance Method Summary
collapse
Methods included from Logging
logger, #logger, logger=, setup_logger
Instance Method Details
#handle(properties, payload, consumer, ex) ⇒ Object
6
7
8
|
# File 'lib/hutch/error_handlers/base.rb', line 6
def handle(properties, payload, consumer, ex)
raise NotImplementedError.new
end
|
#handle_setup_exception(ex) ⇒ Object
10
11
12
|
# File 'lib/hutch/error_handlers/base.rb', line 10
def handle_setup_exception(ex)
raise NotImplementedError.new
end
|