j2s/src/lib/libs/polyfills/readOnlyError.js

3 lines
61 B
JavaScript
Raw Normal View History

2024-12-13 00:29:41 +00:00
export default function _readOnlyError(name) {
throw name;
}