Sha256: 8cd435666770802cbf2085bda508eb3681d5b52e2c9b0264f2d0253f98fd8549
Contents?: true
Size: 157 Bytes
Versions: 2
Compression:
Stored size: 157 Bytes
Contents
module Rabbithole module ErrorHandlers class NullHandler def self.handle(error, queue, payload) # do nothing end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rabbithole-0.0.3 | lib/rabbithole/error_handlers/null_handler.rb |
rabbithole-0.0.2 | lib/rabbithole/error_handlers/null_handler.rb |