const class sys::UnknownServiceErr

sys::Obj
  sys::Err
    sys::UnknownServiceErr

Source

UnknownServiceErr indicates an attempt to lookup an service not installed. See Service.find.

make

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

Source

Construct with specified error message and optional root cause.