Class: MiniScheduler::SidekiqExceptionHandler

Inherits:
Object
  • Object
show all
Extended by:
Sidekiq::ExceptionHandler
Defined in:
lib/mini_scheduler.rb

Class Method Summary collapse

Class Method Details

.handle_exception(exception, context) ⇒ Object



24
25
26
# File 'lib/mini_scheduler.rb', line 24

def self.handle_exception(exception, context)
  Sidekiq.handle_exception(exception, context)
end