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