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