Class: Failsafe::Backends::Exceptional
- Defined in:
- lib/failsafe/backends/exceptional.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/exceptional.rb', line 6 def save ::Exceptional.handle(exception) end |