class X::Phaser::Multiple does X::Comp { }
Thrown when multiple phasers of the same type occur in a block, but only one
is allowed (for example CATCH
or CONTROL
).
For example
CATCH { }; CATCH { }
dies with
===SORRY!===
Only one CATCH block is allowed
Methods
method block
Returns the name of the phaser that occurred more than once.
See Also
class Exception
Anomalous event capable of interrupting normal control-flow
class X::Bind
Error due to binding to something that is not a variable or container
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society.
All rights reserved.
This website uses cookies for analytics.
Got it!