MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / CryptlibException

Method CryptlibException

src/cryptlib/cryptlib.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16public:
17 explicit CryptlibException(const std::string& s) : m_what(s) {}
18 virtual ~CryptlibException() throw() {}
19 const char *what() const throw() {return (m_what.c_str());}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected