Rx\React\RejectedPromiseException::getRejectValue PHP Method

getRejectValue() public method

public getRejectValue ( ) : string
return string
    public function getRejectValue()
    {
        return $this->rejectValue;
    }
RejectedPromiseException