示例#1
0
文件: user_list.py 项目: RYTong/pmmm
 def __init(self, str = "Bad username in UserList."):
     PMGeneralError.__init__(self, str)
示例#2
0
文件: controller.py 项目: RYTong/pmmm
 def __init__(self, str = "Method not defined in Controller"):
     PMGeneralError.__init__(self, str)
示例#3
0
文件: user_list.py 项目: RYTong/pmmm
 def __init__(self, str = "UserList cannot find file."):
     PMGeneralError.__init__(self, str)