Ice::FileException::FileException | ( | const char * | file, |
int | line, | ||
std::string_view | path, | ||
ErrorCode | error = 0 ) |
Constructs a FileException.
file | The file where this exception is constructed. This C string is not copied. |
line | The line where this exception is constructed. |
path | The path of the file that caused the exception. |
error | The error code. |