Ghidra Decompiler Analysis Engine
|
A generic recoverable error. More...
#include <error.hh>
Public Member Functions | |
RecovError (const string &s) | |
Initialize the error with an explanatory string. | |
Public Member Functions inherited from LowlevelError | |
LowlevelError (const string &s) | |
Initialize the error with an explanatory string. | |
Additional Inherited Members | |
Public Attributes inherited from LowlevelError | |
string | explain |
A generic recoverable error.
This error is the most basic form of recoverable error, meaning there is some problem that the user did not take into account.