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