diff --git a/src/KycApiClient.php b/src/KycApiClient.php index 55e10c0..7b1fa40 100644 --- a/src/KycApiClient.php +++ b/src/KycApiClient.php @@ -50,8 +50,6 @@ public function startSession(StartSessionRequest $startSessionRequest): StartSes return $startSessionMapper->mapToEntity(json_decode($response->getBody()->getContents(), true)); } catch (ClientException $exception) { - $this->handleClientException($exception); - throw $exception; } }