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