Fantom

 

const class

sys::CancelledErr

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

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

Slots

makeSource

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

Construct with specified error message and optional root cause.