kafka-d ~master (2022-06-08T11:22:03.0516937)
Dub
Repo
ExceptionCtorMixin
kafkad
exception
Undocumented in source.
mixin template
ExceptionCtorMixin () {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string msg, Throwable next, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
kafkad
exception
classes
ConnectionException
CrcException
MetadataException
OffsetOutOfRangeException
ProtocolException
StreamException
functions
rethrow
mixin templates
ExceptionCtorMixin