|
Babel
1
The voip software that only works on your local network
|
Exception class for missing files. More...
#include <NotFound.hpp>


Public Member Functions | |
| FileNotFound (const std::string &error="") | |
| Construct a new FileNotFound object. | |
| ~FileNotFound () | |
| Destroy the FileNotFound object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for missing files.
Definition at line 25 of file NotFound.hpp.
| CustomExceptions::FileNotFound::FileNotFound | ( | const std::string & | error = "" | ) |
Construct a new FileNotFound object.
| error | Additional information about the error. |
Definition at line 18 of file NotFound.cpp.
| CustomExceptions::FileNotFound::~FileNotFound | ( | ) |
Destroy the FileNotFound object.
Definition at line 26 of file NotFound.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 28 of file NotFound.cpp.