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