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

Class RemoteException

binaryninjaapi.h:19858–19861  ·  view source on GitHub ↗

! \ingroup collaboration */

Source from the content-addressed store, hash-verified

19856 \ingroup collaboration
19857 */
19858 struct RemoteException : std::runtime_error
19859 {
19860 RemoteException(const std::string& desc) : std::runtime_error(desc.c_str()) {}
19861 };
19862
19863 /*!
19864 \ingroup collaboration

Calls

no outgoing calls

Tested by

no test coverage detected