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