發(fā)表日期:2018-12 文章編輯:小燈 瀏覽次數(shù):3038
可以使用\think\Exception
類來(lái)拋出異常
// 使用think自帶異常類拋出異常throw new \think\Exception('異常消息', 100006);
如果不使用think異常類,也可以定義自己的異常類來(lái)拋出異常
throw new \foobar\Exception('異常消息');
也可以使用系統(tǒng)提供的助手函數(shù)來(lái)簡(jiǎn)化處理:
exception('異常消息', 100006);// 使用自定義異常類exception('異常消息', 100006, \foobar\Exceeption);
可以使用\think\exception\HttpException
類來(lái)拋出異常
// 拋出 HTTP 異常throw new \think\exception\HttpException(404, '異常消息', null, [參數(shù)]);
系統(tǒng)提供了助手函數(shù)abort
簡(jiǎn)化HTTP異常的處理,例如:
abort(404, '異常消息', [參數(shù)])
HTTP異常可以單獨(dú)定義異常模板,請(qǐng)參考后面的404頁(yè)面。
日期:2018-12 瀏覽次數(shù):4804
日期:2018-12 瀏覽次數(shù):5067
日期:2018-12 瀏覽次數(shù):4154
日期:2018-12 瀏覽次數(shù):3513
日期:2018-12 瀏覽次數(shù):3894
日期:2018-12 瀏覽次數(shù):3471
日期:2018-12 瀏覽次數(shù):3517
日期:2018-12 瀏覽次數(shù):6329
日期:2018-12 瀏覽次數(shù):3296
日期:2018-12 瀏覽次數(shù):3398
日期:2018-12 瀏覽次數(shù):3510
日期:2018-12 瀏覽次數(shù):4633
日期:2018-12 瀏覽次數(shù):3036
日期:2018-12 瀏覽次數(shù):3344
日期:2018-12 瀏覽次數(shù):3152
日期:2018-12 瀏覽次數(shù):3011
日期:2018-12 瀏覽次數(shù):3406
日期:2018-12 瀏覽次數(shù):3268
日期:2018-12 瀏覽次數(shù):4355
日期:2018-12 瀏覽次數(shù):3833
日期:2018-12 瀏覽次數(shù):3340
日期:2018-12 瀏覽次數(shù):4088
日期:2018-12 瀏覽次數(shù):3125
日期:2018-12 瀏覽次數(shù):3094
日期:2018-12 瀏覽次數(shù):3078
日期:2018-12 瀏覽次數(shù):3210
日期:2018-12 瀏覽次數(shù):3507
日期:2018-12 瀏覽次數(shù):3302
日期:2018-12 瀏覽次數(shù):3243
日期:2018-12 瀏覽次數(shù):3295
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.