Home
last modified time | relevance | path

Searched refs:UnhandledRejectionException (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php39 throw UnhandledRejectionException::resolve($this->reason);
45 throw UnhandledRejectionException::resolve($result->reason);
H A DUnhandledRejectionException.php5 class UnhandledRejectionException extends \RuntimeException class
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md839 wrapped in an exception of the type `React\Promise\UnhandledRejectionException`.