public function test(){ try{ // 获取到ThinkPHP的内置异常时,直接向上抛出,交给ThinkPHP处理 }catch (\think\Exception\HttpResponseException $e){ // 获取到正常的异常时,输出异常 }catch (\Exception $e){ } }
时间: 2025-01-19 23:29:05
public function test(){ try{ // 获取到ThinkPHP的内置异常时,直接向上抛出,交给ThinkPHP处理 }catch (\think\Exception\HttpResponseException $e){ // 获取到正常的异常时,输出异常 }catch (\Exception $e){ } }