#include <config_file.hh>
Basic operations | |
ConfigFileError (const std::string &filename, const std::string &message) throw () | |
ConfigFileError (const std::string &message) throw () |
paludis::ConfigFileError::ConfigFileError | ( | const std::string & | filename, | |
const std::string & | message | |||
) | throw () |
Constructor, where the filename is known.
filename | The filename in which the error occurred. May be a blank string, if the filename is not necessarily known. | |
message | A description of the error. |
paludis::ConfigFileError::ConfigFileError | ( | const std::string & | message | ) | throw () |
Constructor, where the filename is not known.
message | A description of the error. |