|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the provided file path could not be found. More...
#include <NotFound.hpp>


Public Member Functions | |
| FileNotFound (const std::string &error="") | |
| Construct a new File Not Found object. | |
| ~FileNotFound () | |
| Destroy the File Not Found object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the provided file path could not be found.
Definition at line 27 of file NotFound.hpp.
| CustomExceptions::FileNotFound::FileNotFound | ( | const std::string & | error = "" | ) |
Construct a new File Not Found object.
| error | additional information about the error. |
Definition at line 18 of file NotFound.cpp.
| CustomExceptions::FileNotFound::~FileNotFound | ( | ) |
Destroy the File Not Found object.
Definition at line 26 of file NotFound.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 28 of file NotFound.cpp.