One_Piece_Bounty_Bot / src /model /error /ChatWarning.py
github-actions[bot]
Automated sync from GitHub
71e71e8
Raw
History Blame Contribute Delete
102 Bytes
class ChatWarning(Exception):
def __init__(self, message: str):
super().__init__(message)