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

Class InternalError

pymysql/err.py:54–57  ·  view source on GitHub ↗

Exception raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync, etc.

Source from the content-addressed store, hash-verified

52
53
54class InternalError(DatabaseError):
55 """Exception raised when the database encounters an internal
56 error, e.g. the cursor is not valid anymore, the transaction is
57 out of sync, etc."""
58
59
60class ProgrammingError(DatabaseError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected