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.transition
public import ocean.transition;
Undocumented in source.

Meta