kuroko/test/testNestedExceptionInFinally.krk.expect

5 lines
110 B
Plaintext

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