package L1;

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

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