package com.facebook.soloader;
/* JADX INFO: loaded from: classes.dex */
public class v extends RuntimeException {
public v(Throwable th) {
super(th);
}
public v(String str, Throwable th) {
super(str, th);
}
}
Download file