package B0;
/* JADX INFO: loaded from: classes.dex */
public class e extends Exception {
public e() {
}
public e(String str) {
super(str);
}
public e(String str, Throwable th) {
super(str, th);
}
public e(Throwable th) {
super(th);
}
}
Download file