Icicle\Awaitable\Internal\RejectedAwaitable::wait PHP Method

wait() public method

public wait ( )
    public function wait()
    {
        throw $this->exception;
    }