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