Sha256: fa3252d8cf25d20cba25414ff867c63483b75719b0d50c365349ae867ff10bf7

Contents?: true

Size: 365 Bytes

Versions: 13

Compression:

Stored size: 365 Bytes

Contents

# frozen_string_literal: true
# encoding: utf-8

module Unified

  class Error < StandardError

    class ResultMismatch < Error
    end

    class ErrorMismatch < Error
    end

    class UnhandledField < Error
    end

    class EntityMapOverwriteAttempt < Error
    end

    class EntityMissing < Error
    end

    class InvalidTest < Error
    end

  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mongo-2.16.4 spec/runners/unified/error.rb
mongo-2.17.4 spec/runners/unified/error.rb
mongo-2.17.3 spec/runners/unified/error.rb
mongo-2.17.2 spec/runners/unified/error.rb
mongo-2.16.3 spec/runners/unified/error.rb
mongo-2.16.2 spec/runners/unified/error.rb
mongo-2.17.1 spec/runners/unified/error.rb
mongo-2.16.1 spec/runners/unified/error.rb
mongo-2.17.0 spec/runners/unified/error.rb
mongo-2.16.0 spec/runners/unified/error.rb
mongo-2.15.1 spec/runners/unified/error.rb
mongo-2.16.0.alpha1 spec/runners/unified/error.rb
mongo-2.15.0 spec/runners/unified/error.rb