#include <config_exceptions.h>
Config exception which can be thrown to the outside world (library users). It is thrown when provided input file can not be opened.
◆ FileNotFoundException()
retdec::config::FileNotFoundException::FileNotFoundException |
( |
const std::string & |
message | ) |
|
|
inline |
◆ what()
virtual const char* retdec::config::FileNotFoundException::what |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ _whatMessage
std::string retdec::config::FileNotFoundException::_whatMessage |
|
private |
Message returned by what()
method.
The documentation for this class was generated from the following file: