Searched refs:ManifestMismatchError (Results 1 – 2 of 2) sorted by relevance
35 class ManifestMismatchError(Exception): class116 raise ManifestMismatchError(errmsg)153 raise ManifestMismatchError('no <application> tag found')
56 except manifest_check.ManifestMismatchError: