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