We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d546a01 commit 64aa965Copy full SHA for 64aa965
src/Psr18/NetworkException.php
@@ -16,6 +16,9 @@
16
use Psr\Http\Client\NetworkExceptionInterface;
17
use Psr\Http\Message\RequestInterface;
18
19
+/**
20
+ * @codeCoverageIgnore
21
+ */
22
class NetworkException extends ClientException implements NetworkExceptionInterface{
23
24
/**
src/Psr18/RequestException.php
use Psr\Http\Client\RequestExceptionInterface;
class RequestException extends ClientException implements RequestExceptionInterface{
0 commit comments