David Grayston
Results
2
comments of
David Grayston
`type:launcher`?
`ConnectException` currently extends `RequestException`, which means it implements both `\Psr\Http\Client\NetworkExceptionInterface` and `\Psr\Http\Client\RequestExceptionInterface` - this seems to contradict https://www.php-fig.org/psr/psr-18/meta/#exception-model Should this be treated as a bug? _(as per https://github.com/php-http/httplug/issues/158 / https://github.com/php-http/httplug/issues/155)_...