diff --git a/src/Connector/Client.php b/src/Connector/Client.php index 50ef95f..7fd419c 100644 --- a/src/Connector/Client.php +++ b/src/Connector/Client.php @@ -100,6 +100,7 @@ public function modifyOptions(): array /** * @inheritdoc + * @throws \AcquiaCloudApi\Exception\ApiErrorException */ public function request(string $verb, string $path, array $options = []): mixed { @@ -148,6 +149,8 @@ public function makeRequest(string $verb, string $path, array $options = []): Re /** * @inheritdoc + * @throws \AcquiaCloudApi\Exception\ApiErrorException + * @throws \RuntimeException */ public function processResponse(ResponseInterface $response): mixed {