Exception: Grape::Exceptions::UnsupportedGroupType

Inherits:
Base
  • Object
show all
Defined in:
lib/grape/exceptions/unsupported_group_type.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

#headers, #status

Instance Method Summary collapse

Methods inherited from Base

#[]

Constructor Details

#initializeUnsupportedGroupType

Returns a new instance of UnsupportedGroupType.



6
7
8
# File 'lib/grape/exceptions/unsupported_group_type.rb', line 6

def initialize
  super(message: compose_message(:unsupported_group_type))
end