class Rabbithole::ErrorHandlers::NullHandler
Public Class Methods
handle(error, queue, payload)
click to toggle source
# File lib/rabbithole/error_handlers/null_handler.rb, line 4 def self.handle(error, queue, payload) # do nothing end