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

9 lines
228 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package kotlinx.coroutines.channels;
/* loaded from: classes6.dex */
public final class ClosedSendChannelException extends IllegalStateException {
public ClosedSendChannelException(String str) {
super(str);
}
}