Sha256: b1d0165a46a7671d0a5f8166b4c75f6aa57f660c835db0cdf8696c3ab943c700

Contents?: true

Size: 412 Bytes

Versions: 9

Compression:

Stored size: 412 Bytes

Contents

# frozen_string_literal: true
# rubocop:todo all

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

9 entries across 9 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/runners/unified/error.rb
mongo-2.20.1 spec/runners/unified/error.rb
mogno-2.20.0 spec/runners/unified/error.rb
mogno-1.0.0 spec/runners/unified/error.rb
mongo-2.20.0 spec/runners/unified/error.rb
mongo-2.19.3 spec/runners/unified/error.rb
mongo-2.19.2 spec/runners/unified/error.rb
mongo-2.19.1 spec/runners/unified/error.rb
mongo-2.19.0 spec/runners/unified/error.rb