Class: Logfoo::HutchErrorHandler
- Inherits:
-
Object
- Object
- Logfoo::HutchErrorHandler
- Defined in:
- lib/logfoo/middlewares/hutch_error_handler.rb
Instance Method Summary collapse
Instance Method Details
#handle(message_id, payload, consumer, ex) ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/logfoo/middlewares/hutch_error_handler.rb', line 3 def handle(, payload, consumer, ex) Logfoo.handle_exception( ex, "Hutch", payload: payload, consumer: consumer, message_id: ) end |