dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
ExceptionMixin
dscord
util
errors
Undocumented in source.
mixin template
ExceptionMixin () {
this
(string msg, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, Throwable next)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
dscord
util
errors
classes
BaseError
mixin templates
ExceptionMixin