package kotlinx.coroutines;

import java.util.concurrent.CancellationException;
import p025.p026.InterfaceC1363;
import p402.InterfaceC6540;

/* JADX WARN: Unexpected interfaces in signature: [java.lang.Object<kotlinx.coroutines.TimeoutCancellationException>] */
/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class TimeoutCancellationException extends CancellationException {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final InterfaceC1363 f2181;

    public TimeoutCancellationException(String str, InterfaceC1363 interfaceC1363) {
        super(str);
        this.f2181 = interfaceC1363;
    }
}
