Error Struct Reference
Base error class. More...
#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 |
Detailed Description
Base error class.
Constructor & Destructor Documentation
| Error::Error | ( | ) | [inline] |
| Error::Error | ( | ErrorLocation | loc, | |
| const std::string & | str | |||
| ) | [inline] |
Member Data Documentation
| std::string Error::_error_str |
The documentation for this struct was generated from the following file: