Fantom

 

const class

sys::NameErr

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

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

Slots

makeSource

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

Construct with specified error message and optional root cause.