码迷,mamicode.com
首页 > 其他好文 > 详细

try{}catch{}

时间:2019-11-19 14:19:17      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:http   find   class   message   异常   sha   style   需要   sharp   

try{
Db::name(‘user‘)->find();
}catch(\Exception $e){
$this->error($e->getMessage());
}$
this->success(‘执行成功!‘); 

  


可以使用PHP的异常捕获进行必要的处理, 但需要注意一点, 在异常捕获中不要使用 think\Controller
异常处理
- 427 -
的error、 success和redirect方法, 因为上述三个方法会抛出 HttpResponseException 异常, 从而影响正
常的异常捕获, 例如:


try{}catch{}

标签:http   find   class   message   异常   sha   style   需要   sharp   

原文地址:https://www.cnblogs.com/dayin1/p/11888572.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!