7 #ifndef RETDEC_LLVMIR_EMUL_EXCEPTIONS_H
8 #define RETDEC_LLVMIR_EMUL_EXCEPTIONS_H
15 namespace llvmir_emul {
38 virtual const char*
what() const noexcept
override
Definition: exceptions.h:21
virtual ~LlvmIrEmulatorBaseError()=default
Definition: exceptions.h:30
LlvmIrEmulatorError(const std::string &message)
Definition: exceptions.h:32
virtual const char * what() const noexcept override
Definition: exceptions.h:38
std::string _whatMessage
Message returned by what() method.
Definition: exceptions.h:45
Definition: archive_wrapper.h:19