query_exceptions module¶
- exception query_exceptions.PostgresQueryError(query: str, msg: Optional[str] = None, e: Optional[Exception] = None)¶
Bases:
query_exceptions.QueryError
- exception query_exceptions.QueryError(query: str, msg: Optional[str] = None)¶
Bases:
Exception