class DataFormatError(Exception):
    def __init__(self):
        super().__init__()
    pass