instance method
backtrace
Ruby on Rails 6.1.7.10
Since v4.2.9 Last seen in v7.0.10 PrivateSignature
backtrace()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 145
def backtrace
Array(@exception.backtrace)
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 145
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper