Closed schelv closed 2 months ago
Thank you for the library!
The PsrHttpClient throws amphp/http-client exceptions (HttpException) instead of PSR-7 exceptions (That implement ClientExceptionInterface).
PsrHttpClient
amphp/http-client
HttpException
ClientExceptionInterface
Maybe the can be converted somehow? Is this a job for the PsrAdapter?
PsrAdapter
Thank you for the library!
The
PsrHttpClient
throwsamphp/http-client
exceptions (HttpException
) instead of PSR-7 exceptions (That implementClientExceptionInterface
).Maybe the can be converted somehow? Is this a job for the
PsrAdapter
?