class Grape::Exceptions::InvalidFormatter
Public Class Methods
Source
# File lib/grape/exceptions/invalid_formatter.rb, line 6 def initialize(klass, to_format) super(message: compose_message(:invalid_formatter, klass: klass, to_format: to_format)) end
Calls superclass method
Grape::Exceptions::Base::new