Rx\React\RejectedPromiseException::__construct PHP Method

__construct() public method

RejectedPromiseException constructor.
public __construct ( $rejectValue )
    public function __construct($rejectValue)
    {
        $this->rejectValue = $rejectValue;
        parent::__construct("Promise rejected with non-exception");
    }
RejectedPromiseException