feat: 基础 SignalR 服务器支持
This commit is contained in:
6
app/router/signalr/exception.py
Normal file
6
app/router/signalr/exception.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class SignalRException(Exception):
|
||||
pass
|
||||
|
||||
class InvokeException(SignalRException):
|
||||
def __init__(self, message: str) -> None:
|
||||
self.message = message
|
||||
Reference in New Issue
Block a user