Methods
N
Attributes
[R] backtrace
Class Public methods
new(*backtrace)
# File actionpack/test/dispatch/exception_wrapper_test.rb, line 8
def initialize(*backtrace)
  @backtrace = backtrace.flatten
end