class X::Bind is Exception {}

If you write code like this:

floor(1.1:= 42;

it dies with an X::Bind exception:

Cannot use bind operator with this left-hand side

Typegraph§

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

Expand chart above