公告板
版本库
filestore
活动
搜索
登录
main
/
OAManage
OA系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1
YM
2025-04-10
c4782840b8893dcc0bcf262153374237f40f6b9e
[OAManage.git]
/
app
/
provider.php
1
2
3
4
5
6
7
<?php
// 容器Provider定义文件
return [
// 绑定自定义异常处理handle类
'think\exception\Handle' => '\\app\\exception\\Http',
];