logo

const class

sys::InterruptedErr

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

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

Slots

make

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

Construct with specified error message and optional root cause.

Source

More Info

Slots