Sha256: ac6168ef4505fe742315e3fbff68aaaec9e3f0049f143a3a0b64af2d4cadff33
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 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')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-1.8.0 | lib/grape/exceptions/missing_group_type.rb |