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

Class MySQLError

pymysql/err.py:6–7  ·  view source on GitHub ↗

Exception related to operation with MySQL.

Source from the content-addressed store, hash-verified

4
5
6class MySQLError(Exception):
7 """Exception related to operation with MySQL."""
8
9
10class Warning(Warning, MySQLError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected