![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
#include <resourceFileException.hpp>
Public Member Functions | |
ResourceFileException (const std::string &filePath, const std::string &error) | |
virtual | ~ResourceFileException () noexcept |
const char * | what () const noexcept |
File not found exception
ResourceFileException::ResourceFileException | ( | const std::string & | filePath, |
const std::string & | error | ||
) |
ResourceFileException constructor
filePath | The file path |
error | The error |
|
virtualnoexcept |
ResourceFileException} destructor
ResourceFileException destructor
|
noexcept |
Retrieve the complete error message