This repository was archived by the owner on Jan 6, 2024. It is now read-only.
v2.0.1
Fixed
-
\Http\Adapter\Guzzle6\Client::sendRequestno longer throws any exceptions that do not implement
the PSR exception interface.Instead of
\UnexpectedValueExceptionwe now throwHttp\Adapter\Guzzle6\Exception\UnexpectedValueException
(which extends\UnexpectedValueExceptionand implementsPsr\Http\Client\ClientExceptionInterface).Instead of
\RuntimeExceptionwe now throwHttp\Client\Exception\TransferException
(which extends\RuntimeExceptionand implementsPsr\Http\Client\ClientExceptionInterface).