Skip to content

Commit 0110cfd

Browse files
authored
export Error type in module (karlseguin#59)
1 parent ae5ee02 commit 0110cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pg.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub const Listener = @import("listener.zig").Listener;
1515
pub const types = lib.types;
1616
pub const Cidr = types.Cidr;
1717
pub const Numeric = types.Numeric;
18+
pub const Error = lib.proto.Error;
1819
pub const printSSLError = lib.printSSLError;
1920

2021
pub fn uuidToHex(uuid: []const u8) ![36]u8 {

0 commit comments

Comments
 (0)