File not found error.
More...
#include <exceptions.hpp>
|
std::string | _filename |
| Name of the not-found file.
|
|
◆ file_not_found_error()
lutok::file_not_found_error::file_not_found_error |
( |
const std::string & |
filename_ | ) |
|
|
explicit |
Constructs a new error.
- Parameters
-
filename_ | The file that count not be found. |
◆ filename()
const std::string & lutok::file_not_found_error::filename |
( |
void |
| ) |
const |
Gets the name of the file that could not be found.
- Returns
- The name of the file.
The documentation for this class was generated from the following files: