# -*- coding:utf-8 -*- class userFile_Exception(Exception): def __str__(self): return '用户数据为空' class postFile_Exception(Exception): def __str__(self): return '帖子数据为空' class replyFile_Exception(Exception): def __str__(self): return '关系图数据为空'