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