Class: Rabbithole::ErrorHandlers::NullHandler
- Inherits:
-
Object
- Object
- Rabbithole::ErrorHandlers::NullHandler
- Defined in:
- lib/rabbithole/error_handlers/null_handler.rb
Class Method Summary collapse
Class Method Details
.handle(error, queue, payload) ⇒ Object
4 5 6 |
# File 'lib/rabbithole/error_handlers/null_handler.rb', line 4 def self.handle(error, queue, payload) # do nothing end |