class InvalidProxiesException(Exception): """无效的代理,抛出该异常""" def __init__(self, *args, **kwargs): pass