Slide 302
Slide 302 text
1&1nউଃ৻द
Traceback (most recent call last):
File "t.py", line 6, in b
a()
File "t.py", line 2, in a
raise ValueError('something went wrong')
ValueError: something went wrong
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "t.py", line 10, in
b()
File "t.py", line 8, in b
raise RuntimeError('crashed')
RuntimeError: crashed