예제 #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)