Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php56 public static function exceptionFor($reason) function in GuzzleHttp\\Promise\\Create
H A DRejectedPromise.php64 throw Create::exceptionFor($this->reason);
H A DCoroutine.php160 $nextYield = $this->generator->throw(Create::exceptionFor($reason));
H A Dfunctions.php84 return Create::exceptionFor($reason);
H A DPromise.php72 throw Create::exceptionFor($this->result);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md516 | `exception_for` | `Create::exceptionFor` |