self_example/Spider/Chapter10_模拟登录/大规模账号池的搭建/AccountPool/accountpool/exceptions/init.py

8 lines
150 B
Python

class InitException(Exception):
def __str__(self):
"""
init error
:return:
"""
return repr('init failed')