Example #1
0
 def __init(self, str = "Bad username in UserList."):
     PMGeneralError.__init__(self, str)
Example #2
0
 def __init__(self, str = "Method not defined in Controller"):
     PMGeneralError.__init__(self, str)
Example #3
0
 def __init__(self, str = "UserList cannot find file."):
     PMGeneralError.__init__(self, str)