blob: 59e856ae3c44a5a88c8c68a85648263985ab863f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
caught
Exception: msg
caught
Exception: fail
finally
caught
Exception: fail
reraise
Exception: fail
caught
Exception: fail
AttributeError: 'function' object has no attribute 'X'
|