w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
W4dException
w4d
exception
An exception type used in all w4d modules.
class
W4dException : Exception {
this
(string mes, string file, size_t line);
}
Constructors
this
this
(string mes, string file, size_t line)
Meta
Source
See Implementation
w4d
exception
aliases
enforce
classes
W4dException
An exception type used in all w4d modules.