FileException.this
this
(scope const(char)[] name, scope const(char)[] msg, string file, size_t line, uint errno) @safe pureNo documentation available for this declaration.
this
(scope const(char)[] name, scope const(char)[] msg, string file = __FILE__, size_t line = __LINE__) @safe pureConstructor which takes an error message.
Parameters
name | Name of file for which the error occurred. |
msg | Message describing the error. |
file | The file where the error occurred. |
line | The _line where the error occurred. |