const class sys::NullErr

sys::Obj
  sys::Err
    sys::NullErr

Source

NullErr is a runtime exception raised when using a null reference or when null is passed for a method argument which must be non-null.

make

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

Source

Construct with specified error message and optional root cause.