method
new
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
new(env, exception)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 27
def initialize(env, exception)
@env = env
@exception = original_exception(exception)
end