private function checkUserEmailExists($userEmail) { if (!$this->userEmailExists($userEmail)) { throw new Exception(Piwik::translate("UsersManager_ExceptionUserDoesNotExist", $userEmail)); } }