mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 05:16:45 -06:00
Move shared constants, exceptions & helpers.py into /shared/
This commit is contained in:
5
shared/exceptions.py
Normal file
5
shared/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class TCPChatException(BaseException):
|
||||
pass
|
||||
|
||||
class DataReceptionException(TCPChatException):
|
||||
pass
|
||||
Reference in New Issue
Block a user