method
new
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::ShowExceptions
new(app, consider_all_requests_local = false)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 40
def initialize(app, consider_all_requests_local = false)
@app = app
@consider_all_requests_local = consider_all_requests_local
end