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