Searched refs:ProjectPathNotExistError (Results 1 – 5 of 5) sorted by relevance
32 from aidegen.lib.errors import ProjectPathNotExistError132 with self.assertRaises(ProjectPathNotExistError):134 mock_get.side_effect = ProjectPathNotExistError(err)
34 from aidegen.lib.errors import ProjectPathNotExistError257 raise ProjectPathNotExistError(err)
26 from aidegen.lib.errors import ProjectPathNotExistError90 with self.assertRaises(ProjectPathNotExistError) as ctx:
46 class ProjectPathNotExistError(AIDEgenError): class
244 aidegen.lib.errors.ProjectPathNotExistError,