method
exception_trace
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
exception_trace()public
No documentation available.
# 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