dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
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