diff --git a/auth-server-password.md b/auth-server-password.md index 24d97280..08d3f18b 100755 --- a/auth-server-password.md +++ b/auth-server-password.md @@ -47,7 +47,7 @@ $router->post('/access_token', function (Request $request) use ($server) { ] ); - } catch (\Exception $e) { + } catch (OAuthException $e) { return new Response( json_encode([