CastErr
const class CastErr : Err
CastErr is a runtime exception raised when invalid cast is performed.
Construct with specified error message and optional root cause
new make(Str msg, Err? cause)
Construct with specified error message and optional root cause.