Searched refs:_db_error (Results 1 – 4 of 4) sorted by relevance
863 def _db_error(msg, cls=DatabaseError): function872 return _db_error(msg, OperationalError)1118 raise _db_error(1165 raise _db_error(str(err))
1415 def _db_error(msg, cls=DatabaseError): function1424 return _db_error(msg, InternalError)1429 return _db_error(msg, ProgrammingError)1549 raise _db_error(2268 raise _db_error('No such record in %s\nwhere %s\nwith %s' % (
227 def _db_error(caught_exception): function
75 - Factor out database error handling to _db_error()