des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
DiException
desgui
core
except
Undocumented in source.
class
DiException : Exception {
this
(string msg, string file, size_t line);
static
DiException
fmt
(string fmt, Args args);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Members
Static functions
fmt
DiException
fmt
(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
desgui
core
except
classes
DiException