發(fā)表日期:2018-12 文章編輯:小燈 瀏覽次數(shù):3222
可以使用\think\Exception
類來拋出異常
// 使用think自帶異常類拋出異常throw new \think\Exception('異常消息', 100006);
如果不使用think異常類,也可以定義自己的異常類來拋出異常
throw new \foobar\Exception('異常消息');
也可以使用系統(tǒng)提供的助手函數(shù)來簡(jiǎn)化處理:
exception('異常消息', 100006);// 使用自定義異常類exception('異常消息', 100006, \foobar\Exceeption);
可以使用\think\exception\HttpException
類來拋出異常
// 拋出 HTTP 異常throw new \think\exception\HttpException(404, '異常消息', null, [參數(shù)]);
系統(tǒng)提供了助手函數(shù)abort
簡(jiǎn)化HTTP異常的處理,例如:
abort(404, '異常消息', [參數(shù)])
HTTP異常可以單獨(dú)定義異常模板,請(qǐng)參考后面的404頁面。
日期:2018-12 瀏覽次數(shù):4987
日期:2018-12 瀏覽次數(shù):5274
日期:2018-12 瀏覽次數(shù):4349
日期:2018-12 瀏覽次數(shù):3704
日期:2018-12 瀏覽次數(shù):4116
日期:2018-12 瀏覽次數(shù):3668
日期:2018-12 瀏覽次數(shù):3712
日期:2018-12 瀏覽次數(shù):6527
日期:2018-12 瀏覽次數(shù):3481
日期:2018-12 瀏覽次數(shù):3584
日期:2018-12 瀏覽次數(shù):3714
日期:2018-12 瀏覽次數(shù):4839
日期:2018-12 瀏覽次數(shù):3221
日期:2018-12 瀏覽次數(shù):3536
日期:2018-12 瀏覽次數(shù):3338
日期:2018-12 瀏覽次數(shù):3222
日期:2018-12 瀏覽次數(shù):3592
日期:2018-12 瀏覽次數(shù):3461
日期:2018-12 瀏覽次數(shù):4563
日期:2018-12 瀏覽次數(shù):4009
日期:2018-12 瀏覽次數(shù):3521
日期:2018-12 瀏覽次數(shù):4330
日期:2018-12 瀏覽次數(shù):3307
日期:2018-12 瀏覽次數(shù):3297
日期:2018-12 瀏覽次數(shù):3254
日期:2018-12 瀏覽次數(shù):3413
日期:2018-12 瀏覽次數(shù):3697
日期:2018-12 瀏覽次數(shù):3488
日期:2018-12 瀏覽次數(shù):3418
日期:2018-12 瀏覽次數(shù):3473
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.