Restructured test directories.
[libsex.git] / tests / framework / MockException.cxx
blob88af2e960800fd9ce64cb88b44695321a13c57b6
1 #include <tests/framework/MockException.hxx>
3 const char* const MockException::TEMPLATE = "%s=%d";
5 MockException::MockException(const char* const message) throw()
6 : libsex::Exception(message)