7#ifndef KUNAI_EXCEPTIONS_LIFTER_EXCEPTION_HPP
8#define KUNAI_EXCEPTIONS_LIFTER_EXCEPTION_HPP
29 virtual const char*
what() const noexcept
override
Exception raised in the analysis of dalvik.
Definition lifter_exception.hpp:16
LifterException(const std::string &msg)
Constructor of exception.
Definition lifter_exception.hpp:24
virtual const char * what() const noexcept override
Return error message.
Definition lifter_exception.hpp:29