MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / EnterpriseException

Class EnterpriseException

enterprise.h:39–41  ·  view source on GitHub ↗

! Custom exception class for all Enterprise functions that can throw exceptions */

Source from the content-addressed store, hash-verified

37 Custom exception class for all Enterprise functions that can throw exceptions
38 */
39 struct EnterpriseException: std::runtime_error {
40 EnterpriseException(const std::string& what): std::runtime_error(what) {}
41 };
42
43 /*!
44 Determine if the Enterprise Client has been initialized yet.

Callers 1

LicenseCheckoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected