Skip to content

Commit

Permalink
Reflows and clarifies refs #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jun 23, 2019
1 parent c453992 commit 34028dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/X/Control.pod6
Expand Up @@ -6,8 +6,9 @@
role X::Control is Exception { }
This role turns an exception into a L<control exception|/language/exceptions#Control_exceptions>,
like C<CX::Next>, C<CX::Take>, etc.
This role turns an exception into a
L<control exception|/language/exceptions#Control_exceptions>, such as
C<CX::Next> or C<CX::Take>. It has got no code other than the definition.
Since Rakudo 2019.03, C<throw>ing an C<X::Control> object raises a control
exception which is caught by the L<CONTROL phaser|/language/phasers#CONTROL>
Expand Down

0 comments on commit 34028dc

Please sign in to comment.