pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
QueryException
pgator
db
connection
The exception is thrown when query is failed due some reason.
class
QueryException : 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
connection
classes
ConnectException
QueryException
ReconnectException
enums
ConnectionStatus
QueringStatus
TimestampFormat
interfaces
IConnection
IConnectionProvider
structs
DateFormat
The exception is thrown when query is failed due some reason.