retdec
|
#include <unpacker_exception.h>
Public Member Functions | |
template<typename... Args> | |
UnsupportedInputException (const Args &... args) | |
![]() | |
UnpackerException (const UnpackerException &ex) | |
virtual const char * | what () const noexcept override |
const std::string & | getMessage () const noexcept |
Additional Inherited Members | |
![]() | |
template<typename... Args> | |
UnpackerException (const Args &... args) | |
Thrown in case of unsupported input, whether it is file, packer version or any other.
|
inline |