Aer/tests/exception_handler.exp

10 lines
249 B
Plaintext
Raw Normal View History

2019-06-05 08:23:13 +02:00
Called try block 0
Called finally block 0
2019-04-10 18:59:26 +02:00
Uncaught NewException, code: 1
Message: Catch me once
2019-06-04 19:42:48 +02:00
Called finally block 1
2019-06-05 08:23:13 +02:00
Called finally block 2
Uncaught NewException, code: 2
2019-04-10 18:59:26 +02:00
Message: Catch me twice
2019-06-05 08:23:13 +02:00
Uncaught Exception, code: 3
Message: Catch me thrice