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