wesmiler 5 년 전
부모
커밋
91e9fd4335
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/autoload/exceptions.php

+ 1 - 0
config/autoload/exceptions.php

@@ -14,6 +14,7 @@ return [
         'http' => [
             Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class,
             App\Exception\Handler\AppExceptionHandler::class,
+            App\Exception\Handler\TokenValidExceptionHandler::class,
         ],
     ],
 ];