1 #ifndef UTILMM_CONFIGFILE_EXCEPTIONS_HH
2 #define UTILMM_CONFIGFILE_EXCEPTIONS_HH
17 char const*
what()
const throw() {
return file.c_str(); }
std::string const file
Definition: exceptions.hh:11
not_found(std::string const &file_)
Definition: exceptions.hh:13
Definition: exceptions.hh:9
~not_found()
Definition: exceptions.hh:15
char const * what() const
Definition: exceptions.hh:17