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

def initialize
  super($!.message)
end