BasicExceptionCtors.this

Undocumented in source.
  1. this(size_t line, string file)
  2. this(string msg, string file, size_t line, Throwable next)
    mixintemplate BasicExceptionCtors()
    @nogc @safe pure nothrow
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  3. this(string msg, Throwable next, string file, size_t line)
  4. this(Throwable next, string file, size_t line)

Meta