! \ingroup mediumlevelil */
| 208 | \ingroup mediumlevelil |
| 209 | */ |
| 210 | class MediumLevelILInstructionAccessException : public ExceptionWithStackTrace |
| 211 | { |
| 212 | public: |
| 213 | MediumLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to MLIL instruction") {} |
| 214 | }; |
| 215 | |
| 216 | /*! |
| 217 | \ingroup mediumlevelil |
no outgoing calls
no test coverage detected