self_example/Spider/Chapter09_代理的使用/代理池的维护/ProxyPool/proxypool/exceptions/empty.py

8 lines
176 B
Python

class PoolEmptyException(Exception):
def __str__(self):
"""
proxypool is used out
:return:
"""
return repr('no proxy in proxypool')