SSLFileException

Exception thrown when a certificate or a private key file could not be found.

Constructors

this
this(string msg, string filename, string file, size_t line, Throwable nextInChain)

Constructor attaching an error code.

this
this(string msg, string file, size_t line, Throwable nextInChain)

Passthrough constructor.

Members

Variables

filename
string filename;

Filename that doesn't exist.