dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
BaseError
dscord
util
errors
Undocumented in source.
class
BaseError : Exception {
this
(string msg, T args);
}
Constructors
this
this
(string msg, T args)
Undocumented in source.
Meta
Source
See Implementation
dscord
util
errors
classes
BaseError
mixin templates
ExceptionMixin