Sha256: 5f9c058437c4285dfe268cf7ecff6ac0dc999a1164e4409c26d4ecb5265928bd

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 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
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
global-registry-bindings-0.0.6 lib/global_registry_bindings/exceptions.rb
global-registry-bindings-0.0.5 lib/global_registry_bindings/exceptions.rb
global-registry-bindings-0.0.4 lib/global_registry_bindings/exceptions.rb