← index

UnreachableError

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

Raised by the !!! placeholder statement: a code path the author asserts can NEVER execute. Reaching it is a logic error worth crashing over.

{ !!! }.catch:{ |e:UnreachableError| e.message }    "* -> reached unreachable code