Searched refs:m_strDescription (Results 1 – 1 of 1) sorted by relevance
396 const char* m_strDescription; member in test_exception398 test_exception ( const char* descr ) : m_strDescription(descr) {} in test_exception()400 const char* what() const throw() override { return m_strDescription; } in what()