! \ingroup highlevelil */
| 169 | \ingroup highlevelil |
| 170 | */ |
| 171 | class HighLevelILInstructionAccessException : public ExceptionWithStackTrace |
| 172 | { |
| 173 | public: |
| 174 | HighLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to HLIL instruction") {} |
| 175 | }; |
| 176 | |
| 177 | /*! |
| 178 | \ingroup highlevelil |
no outgoing calls
no test coverage detected