|
Aseba
1.5.5
|
Compilation error. More...
#include <compiler.h>
Public Member Functions | |
| Error (const SourcePos &pos, const std::wstring &message) | |
| Create an error at pos. | |
| Error () | |
| Create an empty error. | |
| std::wstring | toWString () const |
| Return a string describing the error. More... | |
Public Attributes | |
| SourcePos | pos |
| position of error in source string | |
| std::wstring | message |
| message | |
Compilation error.
1.8.11