buildDaemon.LoggedException

Saves info about exception into daemon logger

template buildDaemon(alias DaemonInfo)
version(Windows)
static
class LoggedException : Exception {}

Constructors

this
this(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string msg, Throwable next, string file, size_t line)
Undocumented in source.

Meta