Skip to content

Commit 64aa965

Browse files
committedFeb 23, 2019
:octocat: ignore coverage for these
1 parent d546a01 commit 64aa965

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎src/Psr18/NetworkException.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
use Psr\Http\Client\NetworkExceptionInterface;
1717
use Psr\Http\Message\RequestInterface;
1818

19+
/**
20+
* @codeCoverageIgnore
21+
*/
1922
class NetworkException extends ClientException implements NetworkExceptionInterface{
2023

2124
/**

‎src/Psr18/RequestException.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
use Psr\Http\Client\RequestExceptionInterface;
1717
use Psr\Http\Message\RequestInterface;
1818

19+
/**
20+
* @codeCoverageIgnore
21+
*/
1922
class RequestException extends ClientException implements RequestExceptionInterface{
2023

2124
/**

0 commit comments

Comments
 (0)
Please sign in to comment.