Rx\React\RejectedPromiseException::getRejectValue PHP Метод

getRejectValue() публичный Метод

public getRejectValue ( ) : string
Результат string
    public function getRejectValue()
    {
        return $this->rejectValue;
    }
RejectedPromiseException