zhaojs
2023-06-14 67fe8e754219d9d810850cc162d41547d2742b99
1
2
3
4
5
6
7
<?php
 
//配置文件
return [
    'exception_handle'        => '\\app\\api\\library\\ExceptionHandle',
    //'exception_handle'        => '\\app\\common\\exception\\ApiException',
];