method
new
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::DebugExceptions
new(app, routes_app = nil)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 11
def initialize(app, routes_app = nil)
@app = app
@routes_app = routes_app
end