00001 #include "FileNotFoundException.h" 00002 00003 using namespace std; 00004 00005 FileNotFoundException::FileNotFoundException(const string &msg) : runtime_error(msg) { 00006 }