dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
DProtoException
dproto
exception
Basic exception, something went wrong with creating a buffer struct
class
DProtoException : Exception {
mixin
basicExceptionCtors
;
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.
Members
Mixins
__anonymous
mixin
basicExceptionCtors
Meta
Source
See Implementation
dproto
exception
classes
DProtoException
DProtoReservedWordException
DProtoSyntaxException
Basic exception, something went wrong with creating a buffer struct