Error raised by the Bdb instance.
| 64 | |
| 65 | class BdbException(Exception): pass |
| 66 | class BdbError(BdbException): """Error raised by the Bdb instance.""" |
| 67 | class BdbSyntaxError(BdbException): """Syntax error in the test case.""" |
| 68 | class BdbNotExpectedError(BdbException): """Unexpected result.""" |
| 69 |