Function ExceptionMessageMatcher
Synopsis
#include <include/internal/catch_matchers_exception.hpp>
ExceptionMessageMatcher(std::string const &message)
Description
No description yet.
Source
Lines 20-22 in include/internal/catch_matchers_exception.hpp.
ExceptionMessageMatcher(std::string const& message):
m_message(message)
{}