class X::Dynamic::NotFound is Exception {}
This exception is raised when a dynamic variable that has not been declared
is used.
$*dynamic-not-found = 33;
# OUTPUT: «Dynamic variable $*dynamic-not-found not found»
Methods
method name
method name(--> Str:D)
Returns the name of the variable that has not been found.
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.
Built with Podlite — the markup and publishing tools behind this site.