1 2 3 4
# -*- coding: utf-8 -*- class TestDataUploadError(RuntimeError): def __init__(self, arg): self.args = arg