method
new
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::ActionableExceptions
new(app)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/actionable_exceptions.rb, line 12
def initialize(app)
@app = app
end