![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Unknown opcode parameter exception. More...
#include <DecompilerException.h>
Public Member Functions | |
UnknownOpcodeParameterException (std::string param) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Produces an error message. More... | |
Private Attributes | |
std::string | what_ |
The error message. More... | |
Unknown opcode parameter exception.
Signals that an opcode has an invalid parameter in a script.
|
explicit |
Constructor.
[in] | param | The unknown parameter. |
|
overridevirtualnoexcept |
Produces an error message.
|
private |
The error message.