lihai-oa/app/provider.php

8 lines
157 B
PHP
Raw Normal View History

2023-10-24 15:17:16 +08:00
<?php
// 容器Provider定义文件
return [
// 绑定自定义异常处理handle类
'think\exception\Handle' => '\\app\\exception\\Http',
];