package O1;

/* JADX INFO: loaded from: classes2.dex */
public class e extends RuntimeException {
    public e(String str) {
        super(str);
    }

    public e(String str, Throwable th) {
        super(str, th);
    }
}
