File size: 102 Bytes
71e71e8
 
 
1
2
3
4
class ChatWarning(Exception):
    def __init__(self, message: str):
        super().__init__(message)