method
new
v8.1.1 -
Show latest stable
- Class:
ActionController::RespondToMismatchError
new(message = nil)public
No documentation available.
# File actionpack/lib/action_controller/metal/exceptions.rb, line 91
def initialize(message = nil)
super(message || DEFAULT_MESSAGE)
end