mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-23 04:32:07 -05:00
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
export default function _readOnlyError(name) {
|
|
throw new TypeError("\"" + name + "\" is read-only");
|
|
} |