MCPcopy
hub / github.com/django/django / ProgrammingError

Class ProgrammingError

django/db/utils.py:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class ProgrammingError(DatabaseError):
46 pass
47
48
49class NotSupportedError(DatabaseError):

Callers 1

ensure_connectionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected