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