- Index
- »
- fan.sys
- »
- TimeoutErr
TimeoutErr
const class TimeoutErr : Err
TimeoutErr indicates that a blocking operation timed out before normal completion.
Construct with specified error message and optional root cause
new make(Str msg, Err? cause)
Construct with specified error message and optional root cause.