Extend the exception test.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-05 08:23:13 +02:00
parent 4267bb2f26
commit 3715b1b53d
2 changed files with 17 additions and 4 deletions

View File

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