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