Class: Oopsie::Sidekiq::ErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/oopsie/sidekiq.rb

Instance Method Summary collapse

Instance Method Details

#call(exception) ⇒ Object



8
9
10
# File 'lib/oopsie/sidekiq.rb', line 8

def call(exception, *)
  Oopsie.report(exception)
end