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