Sha256: 92cb89ec2de5595dceaeeb4a214cc4375918effe36d88a52ca3d506a06895d93

Contents?: true

Size: 270 Bytes

Versions: 30

Compression:

Stored size: 270 Bytes

Contents

# -*- ruby -*-
# frozen_string_literal: true

require 'pg' unless defined?( PG )


module PG

	class Error < StandardError
		def initialize(msg=nil, connection: nil, result: nil)
			@connection = connection
			@result = result
			super(msg)
		end
	end

end # module PG

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-x86_64-darwin-21 ./lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-arm64-darwin-21 ./lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-x86_64-linux ./lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-x86_64-darwin-22 ./lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-arm64-darwin-22 ./lib/pg/exceptions.rb
cipherstash-pg-1.0.0.beta.1-aarch64-linux ./lib/pg/exceptions.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/exceptions.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/exceptions.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/exceptions.rb
pg-1.4.5-x86-mingw32 lib/pg/exceptions.rb
pg-1.4.5-x64-mingw-ucrt lib/pg/exceptions.rb
pg-1.4.5-x64-mingw32 lib/pg/exceptions.rb
pg-1.4.5 lib/pg/exceptions.rb
pg-1.4.4-x86-mingw32 lib/pg/exceptions.rb
pg-1.4.4-x64-mingw32 lib/pg/exceptions.rb
pg-1.4.4-x64-mingw-ucrt lib/pg/exceptions.rb
pg-1.4.4 lib/pg/exceptions.rb
pg-1.4.3-x64-mingw32 lib/pg/exceptions.rb
pg-1.4.3-x64-mingw-ucrt lib/pg/exceptions.rb