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