Class: MiniScheduler::SidekiqExceptionHandler
- Inherits:
-
Object
- Object
- MiniScheduler::SidekiqExceptionHandler
- Extended by:
- Sidekiq::ExceptionHandler
- Defined in:
- lib/mini_scheduler.rb
Class Method Summary collapse
Class Method Details
.handle_exception(exception, context) ⇒ Object
23 24 25 |
# File 'lib/mini_scheduler.rb', line 23 def self.handle_exception(exception, context) Sidekiq.handle_exception(exception, context) end |