diff --git a/src/Config/Connector/GandiConnector.php b/src/Config/Connector/GandiConnector.php index d9196b7..d4bf3d4 100644 --- a/src/Config/Connector/GandiConnector.php +++ b/src/Config/Connector/GandiConnector.php @@ -79,7 +79,7 @@ readonly class GandiConnector implements ConnectorInterface if ((!$dryRun && Response::HTTP_ACCEPTED !== $res->getStatusCode()) || ($dryRun && Response::HTTP_OK !== $res->getStatusCode())) { - throw new \HttpException($res->toArray()['message']); + throw new HttpException($res->toArray()['message']); } }