class OperazioneErrata: def __init__(self, msg): self.messaggio = msg def __str__(self): return self.messaggio