Class ProgrammingError (3.18.0)

DB-API exception raised for programming errors.

Methods

with_traceback

Exception.with_traceback(tb) -- set self.traceback to tb and return self.