Sha256: 2da4a3ed13cef3311be86b0d592a139eaa935089698190b21887221b9395cdee

Contents?: true

Size: 411 Bytes

Versions: 5

Compression:

Stored size: 411 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

    class UnsupportedOperation < Error
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongo-2.18.3 spec/runners/unified/error.rb
mongo-2.18.2 spec/runners/unified/error.rb
mongo-2.18.1 spec/runners/unified/error.rb
mongo-2.18.0 spec/runners/unified/error.rb
mongo-2.18.0.beta1 spec/runners/unified/error.rb