provider.php 90 B

1234
  1. <?php
  2. return [
  3. 'think\exception\Handle' => \app\common\exception\Http::class,
  4. ];