const class sys::CancelledErr
sys::Obj
sys::Err
sys::CancelledErr
Source
CancelledErr indicates that an operation was cancelled before it completed normally.
-
make
-
new make(Str msg := "", Err? cause := null)
Source
Construct with specified error message and optional root cause.