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
32 raise ApexManifestError("'name' field is required.")
34 raise ApexManifestError("'version' field is required.")
37 raise ApexManifestError(
48 raise ApexManifestError(err)
Dapexer.py38 from apex_manifest import ApexManifestError
764 except ApexManifestError as err:
857 raise ApexManifestError("Cannot read manifest file: '" + manifest_path + "'")