Searched refs:PdmException (Results 1 – 4 of 4) sorted by relevance
11 class PdmException(Exception): class15 class PdmUsageError(PdmException):19 class RequirementError(PdmException, ValueError):23 class InvalidPyVersion(PdmException, ValueError):27 class CorruptedCacheError(PdmException):31 class CandidateNotFound(PdmException):35 class CandidateInfoNotFound(PdmException):58 class InstallationError(PdmException):62 class UninstallError(PdmException):66 class NoConfigError(PdmException, KeyError):[all …]
6 from pdm.exceptions import PdmException32 raise PdmException(
8 from pdm.exceptions import InvalidPyVersion, PdmException, PdmUsageError187 with pytest.raises(PdmException):251 PdmException, match="The pyproject.toml has not been initialized yet"311 with pytest.raises(PdmException):325 with pytest.raises(PdmException):
4 from pdm.exceptions import PdmException37 with pytest.raises(PdmException):