role CX::Last does X::Control { }

A control exception that is thrown when last is called.

Methods§

method message§

method message()

Returns '<last control exception>'. Since this type of exception is to be consumed by type and not really by the content of the message, this is a generic message, similar to all other CX::* exceptions.

Typegraph§

Type relations for CX::Last
raku-type-graph CX::Last CX::Last Exception Exception CX::Last->Exception X::Control X::Control CX::Last->X::Control Mu Mu Any Any Any->Mu Exception->Any X::Control->Exception

Expand chart above