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

Class DataError

pymysql/err.py:34–37  ·  view source on GitHub ↗

Exception raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.

Source from the content-addressed store, hash-verified

32
33
34class DataError(DatabaseError):
35 """Exception raised for errors that are due to problems with the
36 processed data like division by zero, numeric value out of range,
37 etc."""
38
39
40class OperationalError(DatabaseError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected