| 15 | { |
| 16 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected