21 #ifndef __CPUI_ERROR__ 22 #define __CPUI_ERROR__ An error generated while parsing a command or language.
Definition: error.hh:65
ParseError(const string &s)
Initialize the error with an explanatory string.
Definition: error.hh:67
The lowest level error generated by the decompiler.
Definition: error.hh:44
A generic recoverable error.
Definition: error.hh:55
RecovError(const string &s)
Initialize the error with an explanatory string.
Definition: error.hh:57
string explain
Definition: error.hh:45