Method: Exception#report_to_exceptional!
- Defined in:
- lib/workety/extensions/exception.rb
#report_to_exceptional! ⇒ Object
95 96 97 98 99 100 |
# File 'lib/workety/extensions/exception.rb', line 95 def report_to_exceptional! Exceptional::Remote.error Exceptional::DetailsExceptionData.new(self) Exceptional.context.clear! rescue ScriptError, StandardError => ex ex.log! end |