dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
DProtoReservedWordException
dproto
exception
Proto file attempted to use a reserved word
class
DProtoReservedWordException :
DProtoException
{
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
Inherited Members
From DProtoException
__anonymous
mixin
basicExceptionCtors
Meta
Source
See Implementation
dproto
exception
classes
DProtoException
DProtoReservedWordException
DProtoSyntaxException
Proto file attempted to use a reserved word