React\Promise\LazyPromise::otherwise PHP Méthode

otherwise() public méthode

public otherwise ( callable $onRejected )
$onRejected callable
    public function otherwise(callable $onRejected)
    {
        return $this->promise()->otherwise($onRejected);
    }