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:
parent
d460e6b991
commit
204091b7bb
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'sidekiq/exception_handler'
|
||||
|
||||
module Sidetiq
|
||||
class Handler
|
||||
include Logging
|
||||
|
|
Loading…
Reference in a new issue