const class sys::CancelledErr

sys::Obj
  sys::Err
    sys::CancelledErr

Source

CancelledErr indicates that an operation was cancelled before it complete normally.

make

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

Source

Construct with specified error message and optional root cause.