Home
last modified time | relevance | path

Searched refs:handlerContext (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php21 private $handlerContext; variable in GuzzleHttp\\Exception\\RequestException
28 array $handlerContext = [] argument
37 $this->handlerContext = $handlerContext;
190 return $this->handlerContext;
H A DConnectException.php17 array $handlerContext = [] argument
19 parent::__construct($message, $request, null, $previous, $handlerContext);
H A DBadResponseException.php17 array $handlerContext = [] argument
25 parent::__construct($message, $request, $response, $previous, $handlerContext);