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