sys::Obj sys::Err sys::CancelledErr
CancelledErr indicates that an operation was cancelled before it complete normally.
new make(Str? msg := null, Err? cause := null)
Construct with specified error message and optional root cause.