ClosedOutputStreamException

You are trying to write to a closed output stream. This is almost certainly a bug, but, sometimes, this could be used for the recoverable behaviour. <b>Note, the class is not derived from InterruptedStreamException.</b>

class ClosedOutputStreamException : Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta