MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ProgrammingError

Class ProgrammingError

test/base/test_except.py:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class ProgrammingError(DatabaseError):
26 def __str__(self):
27 return "<%s>" % self.bogus
28
29
30class OutOfSpec(DatabaseError):

Callers 1

Calls

no outgoing calls

Tested by 1