provider.php 154 B

12345678
  1. <?php
  2. use app\ExceptionHandle;
  3. use app\Request;
  4. // 容器Provider定义文件
  5. return [
  6. 'think\exception\Handle' => app\api\exception\Http::class,
  7. ];