A method or database API was used which is not supported by the database.
| 394 | |
| 395 | |
| 396 | class NotSupportedError(DatabaseError): |
| 397 | """ |
| 398 | A method or database API was used which is not supported by the database. |
| 399 | """ |
| 400 | |
| 401 | __module__ = "psycopg" |
| 402 | |
| 403 | |
| 404 | class ConnectionTimeout(OperationalError): |
no outgoing calls
no test coverage detected