Home
last modified time | relevance | path

Searched refs:exceptionFor (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DCreate.php56 public static function exceptionFor($reason) function in GuzzleHttp\\Promise\\Create
DRejectedPromise.php64 throw Create::exceptionFor($this->reason);
DCoroutine.php160 $nextYield = $this->generator->throw(Create::exceptionFor($reason));
Dfunctions.php84 return Create::exceptionFor($reason);
DPromise.php72 throw Create::exceptionFor($this->result);
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DCreate.php53 public static function exceptionFor($reason): \Throwable function in GuzzleHttp\\Promise\\Create
DRejectedPromise.php68 throw Create::exceptionFor($this->reason);
DCoroutine.php155 $nextYield = $this->generator->throw(Create::exceptionFor($reason));
DPromise.php79 throw Create::exceptionFor($this->result);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DMiddleware.php216 … $message = $formatter->format($request, $response, P\Create::exceptionFor($reason));
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md516 | `exception_for` | `Create::exceptionFor` |
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md526 | `exception_for` | `Create::exceptionFor` |