Module: Jets::ExceptionReporting::Process::ClassMethods
- Defined in:
- lib/jets/exception_reporting.rb
Instance Method Summary collapse
Instance Method Details
#process(event, context, meth) ⇒ Object
35 36 37 38 39 |
# File 'lib/jets/exception_reporting.rb', line 35 def process(event, context, meth) with_exception_reporting do super end end |