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