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 CALLERbecause it is not declared as dynamic

Methods§

method symbol§

Returns the name of the symbol that was passed to CALLER.

Typegraph§

Type relations for X::Caller::NotDynamic
raku-type-graph X::Caller::NotDynamic X::Caller::NotDynamic Exception Exception X::Caller::NotDynamic->Exception Mu Mu Any Any Any->Mu Exception->Any

Expand chart above