Sha256: 6cca8b4938a08a70733900b16ed86b619237b527735984df224c3d7e53a4e079

Contents?: true

Size: 209 Bytes

Versions: 4

Compression:

Stored size: 209 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

4 entries across 4 versions & 1 rubygems

Version Path
grape-0.14.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.13.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.12.0 lib/grape/exceptions/unsupported_group_type.rb
grape-0.11.0 lib/grape/exceptions/unsupported_group_type.rb