staticException.staticException

Undocumented in source.
template staticException(string fmt, string file, int line)
version(D_Exceptions)
package static immutable
auto staticException = new Exception(fmt, file, line);

Meta