sys::Obj sys::Err sys::IOErr
IOErr indicates an input/output error typically associated with a file system or socket.
new make(Str msg := "", Err? cause := null)
Construct with specified error message and optional root cause.