Home
last modified time | relevance | path

Searched refs:onHeadersException (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php170 if ($easy->onHeadersException) {
176 $easy->onHeadersException,
572 $easy->onHeadersException = $e;
H A DEasyHandle.php38 public $onHeadersException; variable in GuzzleHttp\\Handler\\EasyHandle