UNPKG

node-framework

Version:

node-framework

19 lines (16 loc) 293 B
/** * @file errorHandler.js * @author sekiyika (px.pengxing@gmail.com) * @description * 配置处理发生错误时的controller和action */ module.exports = { statusCode: { /* 500: { controller: '', action: '' } */ } };