config.php 264 B

123456789101112
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: 中闽 < 1464674022@qq.com >
  5. * Date: 2019/12/5
  6. * Time: 17:44
  7. */
  8. //配置文件
  9. return [
  10. 'exception_handle' => 'app\api\exception\ExceptionHandler',// 异常处理handle类,默认使用 \think\exception\Handle
  11. ];