summaryrefslogtreecommitdiffstats
path: root/src/debputy/manifest_parser/exceptions.py
blob: 671ec1b1cfafb0611c25ca0e811ffb2801af1ce8 (plain)
1
2
3
4
5
6
7
8
9
from debputy.exceptions import DebputyRuntimeError


class ManifestParseException(DebputyRuntimeError):
    pass


class ManifestTypeException(ManifestParseException):
    pass