Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@dbu dbu released this 16 Dec 14:45
· 16 commits to master since this release
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 throw Http\Adapter\Guzzle6\Exception\UnexpectedValueException
    (which extends \UnexpectedValueException and implements Psr\Http\Client\ClientExceptionInterface).

    Instead of \RuntimeException we now throw Http\Client\Exception\TransferException
    (which extends \RuntimeException and implements Psr\Http\Client\ClientExceptionInterface).