drocks ~master (2021-10-16T12:44:05.08463)
Dub
Repo
ClientException
drocks
exception
Undocumented in source.
class
ClientException : Exception {
this
(string msg, string file, size_t line);
this
(Exception e);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
this
this
(Exception e)
Undocumented in source.
Meta
Source
See Implementation
drocks
exception
classes
ClientException