Ignore Coverage in ConnectionFail
This commit is contained in:
@ -9,6 +9,9 @@ use Throwable;
|
|||||||
|
|
||||||
final class ConnectionFail extends RuntimeException implements NsqException
|
final class ConnectionFail extends RuntimeException implements NsqException
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*/
|
||||||
public static function fromThrowable(Throwable $throwable): self
|
public static function fromThrowable(Throwable $throwable): self
|
||||||
{
|
{
|
||||||
return new self($throwable->getMessage(), (int) $throwable->getCode(), $throwable);
|
return new self($throwable->getMessage(), (int) $throwable->getCode(), $throwable);
|
||||||
|
Reference in New Issue
Block a user