Overrides PromiseInterface::otherwise
public function otherwise(callable $onRejected) : PromiseInterface { return $this->then(null, $onRejected); }