class ActionDispatch::ExceptionWrapperTest::TestError
Attributes
backtrace[R]
Public Class Methods
new(*backtrace)
click to toggle source
# File actionpack/test/dispatch/exception_wrapper_test.rb, line 10 def initialize(*backtrace) @backtrace = backtrace.flatten end