mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: HttpException namespace
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user