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