Fantom

 

const class

sys::ReadonlyErr

sys::Obj
  sys::Err
    sys::ReadonlyErr

ReadonlyErr indicates an attempt to modify a readonly instance; it is commonly used with List and Map.

Slots

makeSource

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

Construct with specified error message and optional root cause.