instance method
backtrace
Ruby on Rails edge
Since v4.2.11.3 Private — implementation detail, not part of the public APISignature
backtrace()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 260
def backtrace
@backtrace ||= build_backtrace
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 260
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper