From 7b9dea293e939d730cc4bf50bd9fa1f57b066def Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 19 Nov 2024 12:49:03 -0800 Subject: [PATCH] add throws docs (#482) --- src/Connector/Client.php | 3 +++ 1 file changed, 3 insertions(+) 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 {