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

Class Warning

pymysql/err.py:10–12  ·  view source on GitHub ↗

Exception raised for important warnings like data truncations while inserting, etc.

Source from the content-addressed store, hash-verified

8
9
10class Warning(Warning, MySQLError):
11 """Exception raised for important warnings like data truncations
12 while inserting, etc."""
13
14
15class Error(MySQLError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected