mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
cleanup
This commit is contained in:
parent
0981f27ab6
commit
75e2788bbf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ExceptionHandlerTestException = Class.new(StandardError)
|
|||
TEST_EXCEPTION = ExceptionHandlerTestException.new("Something didn't work!")
|
||||
|
||||
class Component
|
||||
include Sidekiq::Util
|
||||
include Sidekiq::ExceptionHandler
|
||||
|
||||
def invoke_exception(args)
|
||||
raise TEST_EXCEPTION
|
||||
|
|
Loading…
Add table
Reference in a new issue