class method
self.new
Ruby on Rails 8.1.2
Since v8.0.4Available in: v8.0.4 v8.1.2
Signature
self.new(message = nil)
No documentation comment.
Parameters
-
messageopt = nil
Source
# File actionpack/lib/action_dispatch/http/param_error.rb, line 5
def initialize(message = nil)
super
end
Defined in actionpack/lib/action_dispatch/http/param_error.rb line 5
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ParamError