const JSONError = (msg) => { return { msg }; } module.exports = JSONError;