1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2012-11-03 20:47:45 -07:00
parent 0981f27ab6
commit 75e2788bbf

View file

@ -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