what-the-bank/sources/kotlinx/coroutines/channels/ClosedSendChannelException....

9 lines
228 B
Java

package kotlinx.coroutines.channels;
/* loaded from: classes6.dex */
public final class ClosedSendChannelException extends IllegalStateException {
public ClosedSendChannelException(String str) {
super(str);
}
}