Module: AxialNotifier::Catcher
- Defined in:
- lib/axial_notifier/catcher.rb
Instance Method Summary collapse
Instance Method Details
#log_error(exception) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/axial_notifier/catcher.rb', line 3 def log_error(exception) super # still log normally in Rails # send to axial AxialNotifier.log(exception) end |