Files
tcp-chat/exceptions.py

6 lines
106 B
Python

class TCPChatException(BaseException):
pass
class DataReceptionException(TCPChatException):
pass