Sha256: 39f38797ff9c0022283d6a4ea5233353717c7117198defcca0095efc2ba48c0d
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
# frozen_string_literal: true module GlobalRegistry # :nodoc: module Bindings # :nodoc: class RecordMissingGlobalRegistryId < StandardError; end class EntityMissingMdmId < StandardError; end class RelatedEntityMissingGlobalRegistryId < StandardError; end class ParentEntityMissingGlobalRegistryId < StandardError; end class RelatedEntityExistsWithCID < StandardError; end class RelatedEntityTypeMissing < StandardError; end end end
Version data entries
4 entries across 4 versions & 1 rubygems