class TwExtractError(Exception): def __init__(self, code, message): self.code = code self.msg = message def __str__(self): return self.msg