package com.liulishuo.filedownloader.exception; /* loaded from: classes.dex */ public class FileDownloadGiveUpRetryException extends RuntimeException { public FileDownloadGiveUpRetryException(String str) { super(str); } }