lib/pg/exceptions.rb



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

require 'pg' unless defined?( PG )


module PG

	class Error < StandardError; end

end # module PG