Sha256: 4896758b427b792710ec34f8214dbb83bc547af6b41c71435ef83728efb81437

Contents?: true

Size: 409 Bytes

Versions: 7

Compression:

Stored size: 409 Bytes

Contents

# frozen_string_literal: true

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

Grape::Exceptions::MissingGroupTypeError = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Grape::Exceptions::MissingGroupTypeError', 'Grape::Exceptions::MissingGroupType', Grape.deprecator)

Version data entries

7 entries across 7 versions & 1 rubygems

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