We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6554293 commit 4a46895Copy full SHA for 4a46895
src/Traits/DefaultClient.php
@@ -13,7 +13,7 @@ public function getBaseUri(): ?string
13
14
public function handleEmptyResponse(?string $content = null, ?ResponseInterface $response = null)
15
{
16
- throw new \RuntimeException(sprintf("Request fail , response body is ein class %s", static::class), $response->getStatusCode());
+ throw new \RuntimeException(sprintf("Request fail , response body is empty in class %s", static::class), $response->getStatusCode());
17
}
18
19
public function isErrorResponse(array $data): bool
0 commit comments