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