class Grape::Exceptions::UnsupportedGroupType
Public Class Methods
new()
click to toggle source
Calls superclass method
Grape::Exceptions::Base::new
# File lib/grape/exceptions/unsupported_group_type.rb, line 6 def initialize super(message: compose_message(:unsupported_group_type)) end