Example #1
0
 def __init__(self):
     NoResource.__init__(self, "No pack number specified")
     self.brief = "No Such Pack"
     self.types = collections.namedtuple("Pack_Types", ["ERROR", "REDIRECT", "QUEUE"])._make(range(3))
     self.type = self.types.ERROR
Example #2
0
 def __init__(self):
     NoResource.__init__(self, b'Resource not found')
Example #3
0
 def __init__(self):
     NoResource.__init__(self, "No pack number specified")
     self.brief = "No Such Pack"
     self.types = collections.namedtuple("Pack_Types", ["ERROR", "REDIRECT", "QUEUE"])._make(range(3))
     self.type = self.types.ERROR
Example #4
0
 def __init__(self):
     NoResource.__init__(self, b"Resource not found")