pgator-backend ~master (2021-09-30T11:15:46.9807266)
Dub
Repo
PGException
pgator
db
pq
api
All exceptions thrown by postgres api is inherited from this exception.
class
PGException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
pgator
db
pq
api
classes
PGEscapeException
PGException
PGMemoryLackException
PGParamNotExistException
PGQueryException
PGReconnectException
interfaces
IPGconn
IPGresult
IPostgreSQL
All exceptions thrown by postgres api is inherited from this exception.