public function test(){ try{ // 获取到ThinkPHP的内置异常时,直接向上抛出,交给ThinkPHP处理 }catch (\think\Exception\HttpResponseException $e){ // 获取到正常的异常时,输出异常 }catch (\Exception $e){ } }
时间: 2024-11-07 16:38:46
public function test(){ try{ // 获取到ThinkPHP的内置异常时,直接向上抛出,交给ThinkPHP处理 }catch (\think\Exception\HttpResponseException $e){ // 获取到正常的异常时,输出异常 }catch (\Exception $e){ } }