jimu-decompiled/sources/com/liulishuo/filedownloader/exception/FileDownloadGiveUpRetryException.java
2025-05-13 19:24:51 +02:00

9 lines
239 B
Java

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