Course of Raku / Objects, I/O, and exceptions / Exceptions / The CATCH phaser

Quiz — CATCH

After a CATCH phaser has handled an exception, what does the program do?

0it stops immediately
1it continues after the enclosing block
0it restarts from the top
0it re-throws the exception

Course navigation

Solution: Report and recover   |   Exception objects