Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ FileException()

Ice::FileException::FileException ( const char * file,
int line,
std::string_view path,
ErrorCode error = 0 )

Constructs a FileException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
pathThe path of the file that caused the exception.
errorThe error code.