ElfException.this

this(string msg)

Constructor with error message.

Parameters

msgThe error message.
this(string msg, string file)

Constructor with error message and file path.

Parameters

msgThe error message.
fileThe file path that caused error.