PgError
import { PgError } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";class PgError extends Error {}
constructor(fields: ErrorAndNoticeFields & {
severity: "ERROR" | "FATAL" | "PANIC"; 
});name: string;
import { PgError } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";