Methods

Class/Module Index [+]

Quicksearch

Grape::Exceptions::InvalidFormatter

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.