标签:bsp func http cti except exce thinkphp exception res
public function test(){ try{ // 获取到ThinkPHP的内置异常时,直接向上抛出,交给ThinkPHP处理 }catch (\think\Exception\HttpResponseException $e){ // 获取到正常的异常时,输出异常 }catch (\Exception $e){ } }
标签:bsp func http cti except exce thinkphp exception res
原文地址:http://www.cnblogs.com/qq597585136/p/7221732.html