FileException.this

this(scope const(char)[] name, scope const(char)[] msg, string file, size_t line, uint errno) @safe pure
No documentation available for this declaration.
this(scope const(char)[] name, scope const(char)[] msg, string file = __FILE__, size_t line = __LINE__) @safe pure

Constructor which takes an error message.

Parameters

nameName of file for which the error occurred.
msgMessage describing the error.
fileThe file where the error occurred.
lineThe _line where the error occurred.