PGException

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

class PGException : Exception {}

Meta