dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
ExceptionMixin
dcord
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
dcord
util
errors
classes
BaseError
mixin templates
ExceptionMixin
Simple exception mixin for creating custom exceptions.