feat(multiplayer): support add/edit/remove playlist item
This commit is contained in:
10
app/exception.py
Normal file
10
app/exception.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
class SignalRException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvokeException(SignalRException):
|
||||
def __init__(self, message: str) -> None:
|
||||
self.message = message
|
||||
Reference in New Issue
Block a user