const virtual class sys::NullErr
sys::Obj
sys::Err
sys::NullErr
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)
Construct with specified error message and optional root cause.