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

Class InterfaceError

pymysql/err.py:24–26  ·  view source on GitHub ↗

Exception raised for errors that are related to the database interface rather than the database itself.

Source from the content-addressed store, hash-verified

22
23
24class InterfaceError(Error):
25 """Exception raised for errors that are related to the database
26 interface rather than the database itself."""
27
28
29class DatabaseError(Error):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected