1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Explicitly require Sidekiq::ExceptionHandler

Required by changes in Sidekiq 3.0.
This commit is contained in:
Gabriel Gilder 2014-03-28 12:50:25 -07:00
parent d460e6b991
commit 204091b7bb

View file

@ -1,3 +1,5 @@
require 'sidekiq/exception_handler'
module Sidetiq
class Handler
include Logging