class X::Caller::NotDynamic is Exception { }
Thrown when trying to access a non dynamic variable through CALLER
A typical error message is
Cannot access '$x' through CALLER, because it is not declared as dynamic
Methods
method symbol
Returns the name of the symbol that was passed to CALLER.
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.