Traceback (most recent call last):
File "./prog.py", line 5, in <module>
ValueError: invalid literal for int() with base 10: 'foo'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./prog.py", line 8, in <module>
ValueError: Invalid isoformat string: 'foo'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "./prog.py", line 10, in <module>
ValueError: foo is not a valid age or date.