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.16-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.16-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.16-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.16-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.15-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.15-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.15-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.15-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.14-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.14-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.14-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.14-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.13-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.13-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.13-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.13-aarch64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.12-x86_64-linux ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.12-x86_64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.12-arm64-darwin ./lib/cipherstash-pg/exceptions.rb
cipherstash-pg-1.0.0.beta.12-aarch64-linux ./lib/cipherstash-pg/exceptions.rb