← index

MessageNotUnderstood

inherits Error · defined at core/00-bootstrap.qn:152

A message sent to a receiver that has no matching method.

{ nil.foo }.catch:{ |e:MessageNotUnderstood| e.message }    "* -> no method 'foo' for Nil