Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::DifferentTraceModesException Class Reference

Thrown when attempting to compare code traces that use different trace modes. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::DifferentTraceModesException:
arion_exception::ArionException

Public Member Functions

 DifferentTraceModesException ()
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to compare code traces that use different trace modes.

Constructor & Destructor Documentation

◆ DifferentTraceModesException()

arion_exception::DifferentTraceModesException::DifferentTraceModesException ( )
inlineexplicit

Builder for DifferentTraceModesException instances.


The documentation for this class was generated from the following file: