Home
last modified time | relevance | path

Searched refs:rejection_for (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php94 ? \GuzzleHttp\Promise\rejection_for($response)
123 return \GuzzleHttp\Promise\rejection_for($reason);
H A DStreamHandler.php71 return \GuzzleHttp\Promise\rejection_for($e);
123 return \GuzzleHttp\Promise\rejection_for($ex);
H A DCurlFactory.php171 return \GuzzleHttp\Promise\rejection_for(
203 return \GuzzleHttp\Promise\rejection_for($error);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php105 return \GuzzleHttp\Promise\rejection_for($reason);
201 return \GuzzleHttp\Promise\rejection_for($reason);
H A DRetryMiddleware.php113 return \GuzzleHttp\Promise\rejection_for($reason);
H A DClient.php353 return Promise\rejection_for($e);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php68 function rejection_for($reason) function
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md515 | `rejection_for` | `Create::rejectionFor` |
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md93 * Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](ht…