mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:59:16 +02:00
6 lines
90 B
Python
6 lines
90 B
Python
class MalformedPayload(ValueError):
|
|
pass
|
|
|
|
|
|
class MissingSignature(KeyError):
|
|
pass
|