Class: Salemove::ProcessHandler::AirbrakeNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/salemove/process_handler/notifier_factory.rb

Instance Method Summary collapse

Instance Method Details

#notify_or_ignore(error, params) ⇒ Object



34
35
36
# File 'lib/salemove/process_handler/notifier_factory.rb', line 34

def notify_or_ignore(error, params)
  Airbrake.notify(error, params)
end