package kotlinx.coroutines;

/* JADX INFO: compiled from: Exceptions.common.kt */
/* JADX INFO: loaded from: classes.dex */
public final class e0 extends RuntimeException {
    public e0(String str, Throwable th) {
        super(str, th);
    }
}
