7 lines
107 B
PHP
Raw Normal View History

<?php
//配置文件
return [
'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
];