Aer/tests/exception_handler.exp
belliash 3715b1b53d
All checks were successful
The build was successful.
Extend the exception test.
2019-06-05 08:23:13 +02:00

10 lines
249 B
Plaintext

Called try block 0
Called finally block 0
Uncaught NewException, code: 1
Message: Catch me once
Called finally block 1
Called finally block 2
Uncaught NewException, code: 2
Message: Catch me twice
Uncaught Exception, code: 3
Message: Catch me thrice