<?php
/**
 * Created by PhpStorm.
 * User: 中闽 < 1464674022@qq.com >
 * Date: 2019/12/5
 * Time: 17:44
 */

//配置文件
return [
    'exception_handle' => 'app\api\exception\ExceptionHandler',// 异常处理handle类,默认使用 \think\exception\Handle
];