The basic exception class adjusted for the needs of SLF software.
#include <IOExceptions.h>
Public Member Functions | |
IOException (const std::string &message="IOException occured", const std::string &position="") | |
virtual const char * | what () const noexcept override |
Protected Attributes | |
std::string | msg |
std::string | full_output |
mio::IOException::IOException | ( | const std::string & | message = "IOException occured" , |
const std::string & | position = "" |
||
) |
|
overridevirtualnoexcept |
|
protected |
|
protected |