Hong-Phuc Bui
2024-09-27 45c96fe258657363ef4ad1a2ae93513ca4139e26
1
2
3
4
class DataFormatError(Exception):
    def __init__(self):
        super().__init__()
    pass