exceptions ~master (2022-05-28T09:22:43.3195475)
Dub
Repo
UserBehaviourException
exceptions
Abstract. Just a base to differ the user things from the system things.
abstract
class
UserBehaviourException : 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. Just a base to differ the user things from the system things.