#include <exceptions.h>
Inheritance diagram for file_exception:


Public Member Functions | |
| file_exception (const char *what_arg) | |
| file_exception (const std::string &what_arg) | |
Definition at line 80 of file exceptions.h.
| file_exception::file_exception | ( | const char * | what_arg | ) | [inline] |
Definition at line 83 of file exceptions.h.
| file_exception::file_exception | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 84 of file exceptions.h.
1.5.1