File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55=SUBTITLE Emit control exception
66
7- role CX::Emit does X::Control { }
7+ class CX::Emit does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> to be used when
1010emit is used inside a L<C<Supply>|/type/Supply> block.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Last control exception
66
7- role CX::Last does X::Control { }
7+ class CX::Last does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> that is thrown
1010when C<last> is called.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Next control exception
66
7- role CX::Next does X::Control { }
7+ class CX::Next does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> that is triggered
1010when C<next> is called.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Proceed control exception
66
7- role CX::Proceed does X::Control { }
7+ class CX::Proceed does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> to be used when
1010C<proceed> is used within C<when> or C<default> blocks.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Redo control exception
66
7- role CX::Redo does X::Control { }
7+ class CX::Redo does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> thrown when
1010C<redo> is called.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Return control exception
66
7- role CX::Next does X::Control { }
7+ class CX::Next does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> to be used when
1010return is called from within a sub.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Succeed control exception
66
7- role CX::Succeed does X::Control { }
7+ class CX::Succeed does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> thrown when
1010C<succeed> is called from a C<when> or C<default> block.
Original file line number Diff line number Diff line change 44
55=SUBTITLE Take control exception
66
7- role CX::Take does X::Control { }
7+ class CX::Take does X::Control { }
88
99A L<control exception|/language/exceptions#Control_exceptions> triggered by
1010C<take>.
You can’t perform that action at this time.
0 commit comments