Sha256: 930d6a449551b34b6f0f657906892968e637995958a268a824a1280436bee640

Contents?: true

Size: 182 Bytes

Versions: 11

Compression:

Stored size: 182 Bytes

Contents

module Grape
  module Exceptions
    class MissingGroupTypeError < Base
      def initialize
        super(message: compose_message(:missing_group_type))
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/lib/grape/exceptions/missing_group_type.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/lib/grape/exceptions/missing_group_type.rb
grape-1.2.5 lib/grape/exceptions/missing_group_type.rb
grape-1.2.4 lib/grape/exceptions/missing_group_type.rb
grape-1.2.3 lib/grape/exceptions/missing_group_type.rb
grape-1.2.2 lib/grape/exceptions/missing_group_type.rb
grape-1.2.1 lib/grape/exceptions/missing_group_type.rb
grape-1.2.0 lib/grape/exceptions/missing_group_type.rb
grape-1.1.0 lib/grape/exceptions/missing_group_type.rb
grape-1.0.3 lib/grape/exceptions/missing_group_type.rb
grape-1.0.2 lib/grape/exceptions/missing_group_type.rb