Exception: Grape::Exceptions::InvalidMessageBody
- Defined in:
- lib/grape/exceptions/invalid_message_body.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
Instance Method Summary collapse
-
#initialize(body_format) ⇒ InvalidMessageBody
constructor
A new instance of InvalidMessageBody.
Methods inherited from Base
Constructor Details
#initialize(body_format) ⇒ InvalidMessageBody
Returns a new instance of InvalidMessageBody.
6 7 8 |
# File 'lib/grape/exceptions/invalid_message_body.rb', line 6 def initialize(body_format) super(message: (:invalid_message_body, body_format: body_format), status: 400) end |