# -*- coding:utf-8 -*- class userFile_Exception(Exception): def __str__(self): return '用户数据为空' class chainFile_Exception(Exception): def __str__(self): return '传播链条数据为空'