Skip to content

Commit

Permalink
add throws docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 19, 2024
1 parent 892d752 commit 7ca1d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Connector/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public function modifyOptions(): array

/**
* @inheritdoc
* @throws \AcquiaCloudApi\Exception\ApiErrorException
*/
public function request(string $verb, string $path, array $options = []): mixed
{
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 7ca1d0d

Please sign in to comment.