Searched refs:BdbException (Results 1 – 1 of 1) sorted by relevance
64 class BdbException(Exception): pass class65 class BdbError(BdbException): """Error raised by the Bdb instance."""66 class BdbSyntaxError(BdbException): """Syntax error in the test case."""67 class BdbNotExpectedError(BdbException): """Unexpected result."""193 except BdbException as e: