1 #ifndef CONFIG_NOT_LOADED_EXCEPTION_H
2 #define CONFIG_NOT_LOADED_EXCEPTION_H
12 virtual const char*
what()
const throw() {
13 return "No config has been loaded!";
ConfigNotLoadedException()
Definition: config_not_loaded_exception.h:9
virtual const char * what() const
Definition: config_not_loaded_exception.h:12
Definition: config_not_loaded_exception.h:7