class Error(Exception): def __str__(self): # FIXME: should show full traceback? return f"something went wrong: {self.args}"