20 _msg =
"Error: The file provided was not found or readable.\n";
21 _msg +=
"The file path you provided is: ";
23 _buffer = _msg.c_str();
This file contains the definition of the FileNotFound exception class used to inform the user about m...
const char * what() const noexcept
Retrieves the error message.
FileNotFound(const std::string &error="")
Construct a new FileNotFound object.
~FileNotFound()
Destroy the FileNotFound object.