重构 Error 处理,消除 `lib` 中这样的代码: ```js res.json({code: 11, msg: 'dwdwdw'}) ``` 改成 ```js throw new UnavailableError('dwdwdw'); ``` 这样的代码 需要设计错误类