decompiler
1.0.0
|
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 ghidra::LowlevelError | |
LowlevelError (const string &s) | |
Initialize the error with an explanatory string. | |
Additional Inherited Members | |
Public Attributes inherited from ghidra::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.