8 #ifndef G3D_FileNotFound_h
9 #define G3D_FileNotFound_h
26 FileNotFound(
const std::string& f,
const std::string& m) : filename(f), message(m) {}
std::string filename
Definition: FileNotFound.h:22
virtual ~FileNotFound()
Definition: FileNotFound.h:27
std::string message
Definition: FileNotFound.h:23
FileNotFound()
Definition: FileNotFound.h:25
FileNotFound(const std::string &f, const std::string &m)
Definition: FileNotFound.h:26
Definition: FileNotFound.h:20