Searched refs:handlerContext (Results 1 – 6 of 6) sorted by relevance
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/ |
D | RequestException.php | 30 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;
|
D | ConnectException.php | 23 private $handlerContext; variable in GuzzleHttp\\Exception\\ConnectException 29 array $handlerContext = [] argument 33 $this->handlerContext = $handlerContext; 54 return $this->handlerContext;
|
D | BadResponseException.php | 18 array $handlerContext = [] argument 20 parent::__construct($message, $request, $response, $previous, $handlerContext);
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/ |
D | RequestException.php | 21 private $handlerContext; variable in GuzzleHttp\\Exception\\RequestException 28 array $handlerContext = [] argument 37 $this->handlerContext = $handlerContext; 190 return $this->handlerContext;
|
D | ConnectException.php | 17 array $handlerContext = [] argument 19 parent::__construct($message, $request, null, $previous, $handlerContext);
|
D | BadResponseException.php | 17 array $handlerContext = [] argument 25 parent::__construct($message, $request, $response, $previous, $handlerContext);
|