dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
ExceptionMixin
dscord
util
errors
Simple exception mixin for creating custom exceptions.
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
Simple exception mixin for creating custom exceptions.