Projekt

Obecné

Profil

Stáhnout (119 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
function _readOnlyError(name) {
2
  throw new Error("\"" + name + "\" is read-only");
3
}
4
5
module.exports = _readOnlyError;