module RescueTracer::Traceable

Public Instance Methods

rescue_with_handler(exception) click to toggle source
Calls superclass method
# File lib/rescue_tracer/traceable.rb, line 3
def rescue_with_handler(exception)
  Rails.logger.debug(ExceptionView.new(exception)) if RescueTracer.enabled?
  super
end