sys::Obj sys::Err sys::ReadonlyErr
ReadonlyErr indicates an attempt to modify a readonly instance; it is commonly used with List and Map.
new make(Str msg := def, Err cause := def)
Construct with specified error message and optional root cause.