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

Str availableValues(Obj?[] values)

make

Source

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

values

Source

const Str[] values