kuroko/test/testNestedExceptionInFinally.krk.expect

5 lines
110 B
Plaintext
Raw Normal View History

try
NameError("Undefined variable 'inner_error'.")
ZeroDivisionError('integer division by zero')
ValueError()