KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
A generic exception that can be used for common errors out of an internal from Kunai. More...
#include <generic_exception.hpp>
Public Member Functions | |
generic_exception (const std::string &msg) | |
Constructor of exception. | |
virtual const char * | what () const noexcept override |
Return error message. | |
A generic exception that can be used for common errors out of an internal from Kunai.
|
inline |
Constructor of exception.
msg | message to show to the user |
|
inlineoverridevirtualnoexcept |
Return error message.