instance method
full_trace
Ruby on Rails 7.1.6
Since v3.2.22.5Signature
full_trace()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 141
def full_trace
clean_backtrace(:all)
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 141
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper