exceptions ~master (2022-05-28T09:22:43.3195475)
Dub
Repo
InterruptedStreamException
exceptions
Abstract. If you want to catch simply all stream interruptions.
abstract
class
InterruptedStreamException : Exception {
mixin
basicExceptionCtors
;
}
Members
Mixins
__anonymous
mixin
basicExceptionCtors
Undocumented in source.
Meta
Source
See Implementation
exceptions
classes
ClosedInputStreamException
ClosedOutputStreamException
InterruptedInputException
InterruptedOutputException
InterruptedStreamException
RecoverableHellException
UserBehaviourException
Abstract. If you want to catch simply all stream interruptions.