instance method
backtrace
Ruby on Rails 7.0.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 149
def backtrace
Array(@exception.backtrace)
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 149
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper