企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
function checkAge($age){ if($age>100) throw new Exception('年龄不能大于100'); echo '年龄符合规范'; } //如果年龄大于100,抛出异常 try{ checkAge(200); }catch(Exception $e){ echo $e->getMessage(); } ![Image](https://box.kancloud.cn/45e387a4a450ba73194290a568f48722_159x44.png)