Class: Failsafe::Backends::Airbrake
- Defined in:
- lib/failsafe/backends/airbrake.rb
Overview
Failure backend to send errors to Airbrake
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Failsafe::Backends::Base
Instance Method Details
#save ⇒ Object
6 7 8 |
# File 'lib/failsafe/backends/airbrake.rb', line 6 def save ::Airbrake.notify_or_ignore(exception) end |