class X::Export::NameClash does X::Comp { }
Compile time error thrown when a symbol is exported twice.
For example
sub f() is export { };
{
sub f() is export { }
}
dies with
===SORRY!===
A symbol '&f' has already been exported
Methods
method symbol
Returns the symbol that is exported twice.
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.