Method: ActionDispatch::ExceptionWrapper#exception_trace

Defined in:
actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

#exception_traceObject



129
130
131
132
133
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 129

def exception_trace
  trace = application_trace
  trace = framework_trace if trace.empty? && !silent_exceptions.include?(@exception_class_name)
  trace
end