logo

const class

sys::UnknownTypeErr

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

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

Slots

make

new make(Str msg := def, Err cause := def)

Construct with specified error message and optional root cause.

More Info

Slots