! \ingroup lowlevelil */
| 359 | \ingroup lowlevelil |
| 360 | */ |
| 361 | class LowLevelILInstructionAccessException : public ExceptionWithStackTrace |
| 362 | { |
| 363 | public: |
| 364 | LowLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to LLIL instruction") {} |
| 365 | }; |
| 366 | |
| 367 | /*! |
| 368 | \ingroup lowlevelil |
no outgoing calls
no test coverage detected