#include <error.hpp>
Inheritance diagram for Error:
Public Member Functions | |
Error () | |
Error (ErrorLocation loc, const std::string &str) | |
Public Attributes | |
ErrorLocation | _loc |
std::string | _error_str |
Error::Error | ( | ) | [inline] |
Error::Error | ( | ErrorLocation | loc, | |
const std::string & | str | |||
) | [inline] |
std::string Error::_error_str |