class X::Bind
ErrorsCollection

class X::Bind

Error due to binding to something that is not a variable or container

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