Provides an exception for the case a file cannot be opened. More...
#include <helper.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
cannot_open_file_exception (std::string file) | |
virtual | ~cannot_open_file_exception () throw () |
Provides an exception for the case a file cannot be opened.
cannot_open_file_exception | ( | std::string | file | ) | [inline] |
virtual ~cannot_open_file_exception | ( | ) | throw () [inline, virtual] |
virtual const char* what | ( | ) | const throw () [inline, virtual] |