完善框架的异常处理

This commit is contained in:
yunwuxin
2016-05-13 19:05:41 +08:00
parent 529fb50c6e
commit aaa0fd7c9f
11 changed files with 434 additions and 214 deletions

View File

@@ -50,7 +50,7 @@ class Response
* 初始化
* @access public
* @param string $type 输出类型
* @return \think\Request
* @return \think\Response
*/
public static function instance($type = '')
{