Simple-SSE-Server/src/exceptions.py

3 lines
116 B
Python
Raw Normal View History

2021-05-16 20:48:13 +00:00
class TooManyConnections(Exception):
def __init__():
super().__init__("Too many concurrent connections")