Home
last modified time | relevance | path

Searched refs:ApexManifestError (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexer/
Dapex_manifest.py22 class ApexManifestError(Exception): class
35 raise ApexManifestError(err)
38 raise ApexManifestError("'name' field is required.")
40 raise ApexManifestError("'version' field is required.")
43 raise ApexManifestError(
Dapexer.py36 from apex_manifest import ApexManifestError
456 except ApexManifestError as err: