v2.0.1
版本发布时间: 2018-12-16 22:45:17
php-http/guzzle6-adapter最新发布版本:v2.0.2(2021-03-02 18:54:12)
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
).