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

Thrown when the requested feature can't be used with the specified trace mode. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::WrongTraceModeException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when the requested feature can't be used with the specified trace mode.

Constructor & Destructor Documentation

◆ WrongTraceModeException()

arion_exception::WrongTraceModeException::WrongTraceModeException ( )
inlineexplicit

Builder for WrongTraceModeException instances.


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