const class sys::UnknownTypeErr

sys::Obj
  sys::Err
    sys::UnknownTypeErr

Source

UnknownTypeErr indicates an attempt to access a non-existent type.

make

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

Source

Construct with specified error message and optional root cause.