Thrown when an error occurs while opening the Capstone engine. More...
#include <global_excepts.hpp>
Public Member Functions | |
| CapstoneOpenException (cs_err err) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when an error occurs while opening the Capstone engine.
|
inlineexplicit |
Builder for CapstoneOpenException instances.
| [in] | err | The error code returned by the Capstone engine. |