kafka-d ~master (2018-08-10T09:39:09Z)
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