Overrides PromiseInterface::otherwise
3.0.0 Use `catch()` instead
self::catch()
public function otherwise(callable $onRejected) : PromiseInterface { return $this->catch($onRejected); }