Sha256: 313ade557d82e890ee197d30906ab9fcfb219abe2e6edb0bf5d5031a674bef9e

Contents?: true

Size: 302 Bytes

Versions: 18

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true
# encoding: utf-8

module Unified

  class Error < StandardError
  end

  class ResultMismatch < Error
  end

  class ErrorMismatch < Error
  end

  class EntityMapOverwriteAttempt < Error
  end

  class EntityMissing < Error
  end

  class InvalidTest < Error
  end

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mongo-2.16.4 spec/runners/unified/exceptions.rb
mongo-2.17.4 spec/runners/unified/exceptions.rb
mongo-2.18.3 spec/runners/unified/exceptions.rb
mongo-2.18.2 spec/runners/unified/exceptions.rb
mongo-2.17.3 spec/runners/unified/exceptions.rb
mongo-2.18.1 spec/runners/unified/exceptions.rb
mongo-2.18.0 spec/runners/unified/exceptions.rb
mongo-2.17.2 spec/runners/unified/exceptions.rb
mongo-2.16.3 spec/runners/unified/exceptions.rb
mongo-2.18.0.beta1 spec/runners/unified/exceptions.rb
mongo-2.16.2 spec/runners/unified/exceptions.rb
mongo-2.17.1 spec/runners/unified/exceptions.rb
mongo-2.16.1 spec/runners/unified/exceptions.rb
mongo-2.17.0 spec/runners/unified/exceptions.rb
mongo-2.16.0 spec/runners/unified/exceptions.rb
mongo-2.15.1 spec/runners/unified/exceptions.rb
mongo-2.16.0.alpha1 spec/runners/unified/exceptions.rb
mongo-2.15.0 spec/runners/unified/exceptions.rb