PGException

All exceptions thrown by postgres api is inherited from this exception.

class PGException : Exception {}

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.

Meta