JezK
Edit File: ConnectException.php
<?php declare(strict_types=1); namespace GuzzleHttp\Exception; /** * Exception thrown when connection establishment fails. */ class ConnectException extends NetworkException { }