const virtual class sys::UnknownServiceErr

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

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

make

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

Construct with specified error message and optional root cause.