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