package h4; /* loaded from: classes2.dex */ public final class b extends RuntimeException { public b(String str) { super(str); } public b(String str, Exception exc) { super(str, exc); } }