#include <error.hpp>
Public Member Functions | |
error () | |
error (string r, string f, int l) | |
Public Attributes | |
std::string | reason |
std::string | file |
int | line |
error_handling::error::error | ( | string | r, | |
string | f, | |||
int | l | |||
) | [inline] |
std::string error_handling::error::reason |
std::string error_handling::error::file |