const class sys::InterruptedErr

sys::Obj
  sys::Err
    sys::InterruptedErr

Source

InterruptedErr indicates that a thread is interrupted from its normal execution.

make

new make(Str msg := "", Err? cause := null)

Source

Construct with specified error message and optional root cause.