class Grape::Exceptions::MissingMimeType

def initialize(new_format)

def initialize(new_format)
  super(message: compose_message(:missing_mime_type, new_format: new_format))
end