We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7151835 commit b7ade36Copy full SHA for b7ade36
doc/Language/control.pod6
@@ -720,7 +720,8 @@ The same rules as for C<return> reguarding phasers and control exceptions apply.
720
721
Leaves the current routine and returns the provided
722
L<Exception|/type/Exception> or C<Str> wrapped inside a
723
-L<Failure|/type/Failure>.
+L<Failure|/type/Failure>, after all relevant
724
+L<phasers|/language/phasers#Block_Phasers> are executed.
725
726
sub f { fail "WELP!" };
727
dd f;
0 commit comments