Sha256: 0e1107dc06de328f0d3cd0d76d580aa7e548296b4feefb46aa29d99d044def51

Contents?: true

Size: 432 Bytes

Versions: 79

Compression:

Stored size: 432 Bytes

Contents

require("cipherstash-pg") unless defined? CipherStashPG
module CipherStashPG
  class Error < StandardError
    def initialize(msg = nil, connection: nil, result: nil)
      @connection = connection
      @result = result
      super(msg)
    end
  end
  
  class NotAllCopyDataRetrieved < CipherStashPG::Error
  end
  
  class LostCopyState < CipherStashPG::Error
  end
  
  class NotInBlockingMode < CipherStashPG::Error
  end
end

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
cipherstash-pg-1.0.0.beta.6-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.6-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.6-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.6-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.5-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.5-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.5-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.5-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-x86_64-darwin-22 ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-arm64-darwin-22 ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.4-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.3-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.3-x86_64-darwin-22 ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.3-arm64-darwin-22 ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.3-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.2 ./lib/cipherstash-pg/exceptions.rb