const classafIoc::NotFoundErr

sys::Obj
  sys::Err
    afIoc::NotFoundErr

A generic helper Err thrown when a value is not found in an expected list of values.

This purposely does not extend IocErr so it may be freely used by other frameworks

availableValues

Source

const Str[] availableValues

make

Source

new make(Str msg, Obj?[] availableValues, Err? cause := null)

toStr

Source

virtual override Str toStr()