logo

const class

sys::ArgErr

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

ArgErr indicates an invalid argument was passed.

Slots

make

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

Construct with specified error message and optional root cause.

Source

More Info

Slots