Grape::Exceptions::Base
# File lib/grape/exceptions/missing_mime_type.rb, line 5 def initialize(new_format) super(:message => compose_message("missing_mime_type", :new_format => new_format)) end