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 := null, Err cause := null)
Construct with specified error message and optional root cause.