From 7ca1d0d74aa84a488153f4981b11e9a8300c4a8d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 19 Nov 2024 12:46:31 -0800 Subject: [PATCH] add throws docs --- 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 {