Piwik\Plugins\CoreUpdater\Controller::checkNewVersionIsAvailableOrDie PHP Method

checkNewVersionIsAvailableOrDie() private method

    private function checkNewVersionIsAvailableOrDie()
    {
        if (!$this->updater->isNewVersionAvailable()) {
            throw new Exception(Piwik::translate('CoreUpdater_ExceptionAlreadyLatestVersion', Version::VERSION));
        }
    }