Coverage for src/debputy/manifest_parser/exceptions.py: 100%
5 statements
« prev ^ index » next coverage.py v7.2.7, created at 2024-04-07 12:14 +0200
« prev ^ index » next coverage.py v7.2.7, created at 2024-04-07 12:14 +0200
1from debputy.exceptions import DebputyRuntimeError
4class ManifestParseException(DebputyRuntimeError):
5 pass
8class ManifestTypeException(ManifestParseException):
9 pass