Sha256: 0b4c57adf46b35a8e68370318b806eb295a213a03b1b1c1a60cd00e442df492a

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 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')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-1.8.0 lib/grape/exceptions/unsupported_group_type.rb