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