package kotlinx.coroutines.channels;

import p402.InterfaceC6540;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class ClosedSendChannelException extends IllegalStateException {
    public ClosedSendChannelException(String str) {
        super(str);
    }
}
