const class sys::ArgErr

sys::Obj
  sys::Err
    sys::ArgErr

Source

ArgErr indicates an invalid argument was passed.

make

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

Source

Construct with specified error message and optional root cause.