Searched refs:ApexManifestError (Results 1 – 2 of 2) sorted by relevance
22 class ApexManifestError(Exception): class32 raise ApexManifestError(err)35 raise ApexManifestError("'name' field is required.")37 raise ApexManifestError("'version' field is required.")
36 from apex_manifest import ApexManifestError204 except ApexManifestError as err: