Exception: Grape::Exceptions::MissingMimeType

Inherits:
Base
  • Object
show all
Defined in:
lib/grape/exceptions/missing_mime_type.rb

Constant Summary

Constants inherited from Base

Base::BASE_ATTRIBUTES_KEY, Base::BASE_MESSAGES_KEY, Base::FALLBACK_LOCALE

Instance Attribute Summary

Attributes inherited from Base

#headers, #message, #status

Instance Method Summary collapse

Methods inherited from Base

#[]

Constructor Details

#initialize(new_format) ⇒ MissingMimeType

Returns a new instance of MissingMimeType.



5
6
7
# 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