Jyxo\Shell\Client::getError PHP Method

getError() public method

Returns stderr contents.
public getError ( ) : string
return string
    public function getError() : string
    {
        return $this->error;
    }