sys::Obj sys::Err sys::InterruptedErr
InterruptedErr indicates that a thread is interrupted from its normal execution.
new make(Str? msg := null, Err? cause := null)
Construct with specified error message and optional root cause.