app.php 138 Bytes
<?php
//配置文件
return [
    'exception_handle'       => '\app\api\exception\Handle',

    'app_debug'              => true,
];