/var/www/vhosts/ihelp.ro/httpdocs/vendor/guzzlehttp/guzzle/src/Exception
NameSizeModeActions
BadResponseException.php9810644editdlrm
ClientException.php1630644editdlrm
ConnectException.php14080644editdlrm
GuzzleException.php1500644editdlrm
InvalidArgumentException.php1420644editdlrm
RequestException.php48520644editdlrm
ServerException.php1630644editdlrm
TooManyRedirectsException.php1010644editdlrm
TransferException.php1210644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (1408B)
request = $request; $this->handlerContext = $handlerContext; } /** * Get the request that caused the exception */ public function getRequest(): RequestInterface { return $this->request; } /** * Get contextual information about the error from the underlying handler. * * The contents of this array will vary depending on which handler you are * using. It may also be just an empty array. Relying on this data will * couple you to a specific handler, but can give more debug information * when needed. */ public function getHandlerContext(): array { return $this->handlerContext; } }