const virtual class sys::CancelledErr

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

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

make

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

Construct with specified error message and optional root cause.