Skip to content

Commit 9be6896

Browse files
author
Ruben Jacobs
committed
Remove throw exception
1 parent e2401eb commit 9be6896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/FasOpenIdOAuthClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function logOut(OAuthTokenInterface $oauthToken): void
214214
if (Response::HTTP_NO_CONTENT !== $response->getStatusCode()) {
215215
$this->logger->error($response->getInfo('debug'), ['status_code' => $response->getStatusCode()]);
216216

217-
throw new \Exception($response->getContent(false));
217+
return;
218218
}
219219
}
220220

0 commit comments

Comments
 (0)