React\Promise\ExtendedPromiseInterface::otherwise PHP Метод

otherwise() публичный Метод

public otherwise ( callable $onRejected ) : React\Promise\ExtendedPromiseInterface
$onRejected callable
Результат React\Promise\ExtendedPromiseInterface
    public function otherwise(callable $onRejected);
ExtendedPromiseInterface