funkwhale/api/funkwhale_api/federation/exceptions.py

14 wiersze
202 B
Python

from rest_framework import exceptions
class MalformedPayload(ValueError):
pass
class MissingSignature(KeyError):
pass
class BlockedActorOrDomain(exceptions.AuthenticationFailed):
pass