Sha256: 1ae966c62962b81f037994fe194a817d4220f1c53349f3e95f162425a4ab21ef

Contents?: true

Size: 208 Bytes

Versions: 10

Compression:

Stored size: 208 Bytes

Contents

# encoding: utf-8
module Grape
  module Exceptions
    class UnsupportedGroupTypeError < Base
      def initialize
        super(message: compose_message(:unsupported_group_type))
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
grape-1.0.1 lib/grape/exceptions/unsupported_group_type.rb
grape-1.0.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.19.2 lib/grape/exceptions/unsupported_group_type.rb
grape-0.19.1 lib/grape/exceptions/unsupported_group_type.rb
grape-0.19.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.18.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.17.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.16.2 lib/grape/exceptions/unsupported_group_type.rb
grape-0.16.1 lib/grape/exceptions/unsupported_group_type.rb
grape-0.15.0 lib/grape/exceptions/unsupported_group_type.rb