MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / DatabaseError

Class DatabaseError

pymysql/err.py:29–31  ·  view source on GitHub ↗

Exception raised for errors that are related to the database.

Source from the content-addressed store, hash-verified

27
28
29class DatabaseError(Error):
30 """Exception raised for errors that are related to the
31 database."""
32
33
34class DataError(DatabaseError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected