You are here

public function ConnectException::__construct in Lockr 7.3

Overrides RequestException::__construct

File

vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php, line 13

Class

ConnectException
Exception thrown when a connection cannot be established.

Namespace

GuzzleHttp\Exception

Code

public function __construct($message, RequestInterface $request, \Exception $previous = null, array $handlerContext = []) {
  parent::__construct($message, $request, null, $previous, $handlerContext);
}