Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7378 commits behind the upstream repository.
exceptions.py 92 B


class MalformedPayload(ValueError):
    pass


class MissingSignature(KeyError):
    pass