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

Thrown when trying to analyze a coredump note that does not refer to a thread. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoCoredumpCurrentThreadException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when trying to analyze a coredump note that does not refer to a thread.

Constructor & Destructor Documentation

◆ NoCoredumpCurrentThreadException()

arion_exception::NoCoredumpCurrentThreadException::NoCoredumpCurrentThreadException ( )
inlineexplicit

Builder for NoCoredumpCurrentThreadException instances.


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