package kotlinx.coroutines.channels;

import java.util.NoSuchElementException;
import p402.InterfaceC6540;

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