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?
| 0 | it stops immediately |
| 1 | it continues after the enclosing block |
| 0 | it restarts from the top |
| 0 | it re-throws the exception |