DefaultExceptionCtor

Common code to implement exception constructor, which takes a message as a required parameter, and file and line with default value, and forward it to the super constructor

Constructors

this
this(istring msg, istring file, typeof(__LINE__) line)
Undocumented in source.

Public Imports

ocean.meta.types.Qualifiers
public import ocean.meta.types.Qualifiers;
Undocumented in source.

Meta