method
new
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::ShowExceptions
new(app, exceptions_app)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 26
def initialize(app, exceptions_app)
@app = app
@exceptions_app = exceptions_app
end