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.

Typegraph§

Type relations for X::Dynamic::NotFound
raku-type-graph X::Dynamic::NotFound X::Dynamic::NotFound Exception Exception X::Dynamic::NotFound->Exception Mu Mu Any Any Any->Mu Exception->Any

Expand chart above