This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
v2.0.1
Fixed
-
\Http\Adapter\Guzzle6\Client::sendRequest
no longer throws any exceptions that do not implement
the PSR exception interface.Instead of
\UnexpectedValueException
we now throwHttp\Adapter\Guzzle6\Exception\UnexpectedValueException
(which extends\UnexpectedValueException
and implementsPsr\Http\Client\ClientExceptionInterface
).Instead of
\RuntimeException
we now throwHttp\Client\Exception\TransferException
(which extends\RuntimeException
and implementsPsr\Http\Client\ClientExceptionInterface
).