Fantom

 

const class

inet::UnknownHostErr

sys::Obj
  sys::Err
    sys::IOErr
      inet::UnknownHostErr

UnknownHostErr indicates a failure to resolve a hostname to an IP address.

Slots

make

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