Overrides PromiseInterface::reject
public function reject($reason) : void { throw new \LogicException('Cannot reject a fulfilled promise'); }