Searched refs:DatabaseFormatError (Results 1 – 3 of 3) sorted by relevance
337 class DatabaseFormatError(Exception): class362 raise DatabaseFormatError(369 raise DatabaseFormatError(380 raise DatabaseFormatError(
379 except tokens.DatabaseFormatError as err:
421 with self.assertRaises(tokens.DatabaseFormatError):427 with self.assertRaises(tokens.DatabaseFormatError):433 with self.assertRaises(tokens.DatabaseFormatError):