ClosedWriteChannelException
class ClosedWriteChannelException : CancellationException
Indicates attempt to write on isClosedForWrite channel that was closed without a cause. A failed channel rethrows the original close cause exception on send attempts.
Constructors
ClosedWriteChannelException(message: String?) Indicates attempt to write on isClosedForWrite channel that was closed without a cause. A failed channel rethrows the original close cause exception on send attempts. |