mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
'use strict';
|
|
/**
|
|
* err config
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {
|
|
//key: value
|
|
key: "errno", //error number
|
|
msg: "errmsg" //error message
|
|
}; |