class ActionDispatch::Http::Parameters::ParseError

for request’s content MIME type.
Raised when raw data from the request cannot be parsed by the parser defined

def initialize(message = $!.message)

def initialize(message = $!.message)
  super(message)
end