Searched refs:UnhandledRejectionException (Results 1 – 4 of 4) sorted by relevance
36 throw UnhandledRejectionException::resolve($this->reason);42 throw UnhandledRejectionException::resolve($result->reason);
5 class UnhandledRejectionException extends \RuntimeException class
6 use React\Promise\UnhandledRejectionException; alias237 } catch (UnhandledRejectionException $e) {
835 wrapped in an exception of the type `React\Promise\UnhandledRejectionException`.