Home
last modified time | relevance | path

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

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