class method
self.new
Ruby on Rails 8.0.4
Since v3.0.20Signature
self.new(app, exceptions_app)
No documentation comment.
Parameters
-
appreq -
exceptions_appreq
Source
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 26
def initialize(app, exceptions_app)
@app = app
@exceptions_app = exceptions_app
end
Defined in actionpack/lib/action_dispatch/middleware/show_exceptions.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ShowExceptions