Overrides Promise::wait
public function wait($unwrap = true) { if ($unwrap) { throw $this->exception; } }