|
faunus
|
Exception to be thrown on IO errors. More...
#include <core.h>


Additional Inherited Members | |
Public Member Functions inherited from Faunus::GenericError | |
| GenericError (const std::exception &e) | |
| GenericError (const std::runtime_error &e) | |
| GenericError (const std::string &msg) | |
| GenericError (const char *msg) | |
| template<class... Args> | |
| GenericError (std::format_string< Args... > fmt, Args &&... args) | |
Exception to be thrown on IO errors.
1.8.13