const class sys::NameErr

sys::Obj
  sys::Err
    sys::NameErr

Source

NameErr indicates an attempt use an invalid name. See Uri.isName and Uri.checkName.

make

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

Source

Construct with specified error message and optional root cause.