class ActionDispatch::Http::Parameters::ParseError

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

def initialize(message = $!.message)

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