Sha256: b552d0dfc7eded1aef679bb9271efbb5edc3d62ed6a29139fbdb1a77ac1b7501

Contents?: true

Size: 429 Bytes

Versions: 6

Compression:

Stored size: 429 Bytes

Contents

# frozen_string_literal: true

module Grape
  module Exceptions
    class UnsupportedGroupType < Base
      def initialize
        super(message: compose_message(:unsupported_group_type))
      end
    end
  end
end

Grape::Exceptions::UnsupportedGroupTypeError = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Grape::Exceptions::UnsupportedGroupTypeError', 'Grape::Exceptions::UnsupportedGroupType', Grape.deprecator)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grape-2.2.0 lib/grape/exceptions/unsupported_group_type.rb
grape-2.1.3 lib/grape/exceptions/unsupported_group_type.rb
grape-2.1.2 lib/grape/exceptions/unsupported_group_type.rb
grape-2.1.1 lib/grape/exceptions/unsupported_group_type.rb
grape-2.1.0 lib/grape/exceptions/unsupported_group_type.rb
grape-2.0.0 lib/grape/exceptions/unsupported_group_type.rb