Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DRequestException.php30 private $handlerContext; variable in GuzzleHttp\\Exception\\RequestException
37 array $handlerContext = [] argument
44 $this->handlerContext = $handlerContext;
61 * @param array $handlerContext Optional handler context
68 array $handlerContext = [], argument
77 $handlerContext
113 return new $className($message, $request, $response, $previous, $handlerContext);
164 return $this->handlerContext;
DConnectException.php23 private $handlerContext; variable in GuzzleHttp\\Exception\\ConnectException
29 array $handlerContext = [] argument
33 $this->handlerContext = $handlerContext;
54 return $this->handlerContext;
DBadResponseException.php18 array $handlerContext = [] argument
20 parent::__construct($message, $request, $response, $previous, $handlerContext);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DRequestException.php21 private $handlerContext; variable in GuzzleHttp\\Exception\\RequestException
28 array $handlerContext = [] argument
37 $this->handlerContext = $handlerContext;
190 return $this->handlerContext;
DConnectException.php17 array $handlerContext = [] argument
19 parent::__construct($message, $request, null, $previous, $handlerContext);
DBadResponseException.php17 array $handlerContext = [] argument
25 parent::__construct($message, $request, $response, $previous, $handlerContext);