GoogleSpreadsheet\Tests\Google\Spreadsheet\TestServiceRequest::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        if ($this->retVal instanceof \Exception) {
            throw new $this->retVal();
        }
        return $this->retVal;
    }