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