Sha256: c4976302a865a65f6e60a3078e817c5aaeeaa20176d14ac2406217d422114809

Contents?: true

Size: 303 Bytes

Versions: 9

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true
# rubocop:todo all

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

9 entries across 9 versions & 2 rubygems

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