Searched refs:BdbError (Results 1 – 1 of 1) sorted by relevance
65 class BdbError(BdbException): """Error raised by the Bdb instance.""" class123 raise BdbError(res)147 raise BdbError(err)152 raise BdbError('Oldest frame')159 raise BdbError('Newest frame')746 self.assertRaises(BdbError, tracer.runcall, tfunc_main)766 self.assertRaises(BdbError, tracer.runcall, tfunc_import)779 self.assertRaises(BdbError, tracer.runcall, tfunc_import)949 self.assertRaises(BdbError, tracer.runcall, tfunc_import)