Searched refs:IDENotExistError (Results 1 – 4 of 4) sorted by relevance
31 from aidegen.lib.errors import IDENotExistError96 with self.assertRaises(IDENotExistError):
56 from aidegen.lib.errors import IDENotExistError198 raise IDENotExistError(err)
54 class IDENotExistError(AIDEgenError): class
246 aidegen.lib.errors.IDENotExistError) as err: