SSLFileException.this

Passthrough constructor.

  1. this(string msg, string filename, string file, size_t line, Throwable nextInChain)
  2. this(string msg, string file, size_t line, Throwable nextInChain)
    class SSLFileException
    pure nothrow @nogc @safe
    this
    (
    const string msg
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    Throwable nextInChain = null
    )