logo

const class

sys::IOErr

sys::Obj
  sys::Err
    sys::IOErr

IOErr indicates an input/output error typically associated with a file system or socket.

Slots

make

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

Construct with specified error message and optional root cause.

More Info

Slots