Methods

Class/Module Index [+]

Quicksearch

Grape::Exceptions::MissingMimeType

Public Class Methods

new(new_format) click to toggle source
# File lib/grape/exceptions/missing_mime_type.rb, line 4
def initialize(new_format)
  super(message: compose_message("missing_mime_type", new_format: new_format))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.