In-source preparation of release.
[libsex.git] / tests / MockException.cxx
blob30eec58cf52492e2ccc165b7f3d20277fe709616
1 #include <tests/MockException.hxx>
3 const char* const MockException::TEMPLATE = "%s=%d";
5 MockException::MockException(const char* const message) throw()
6 : libsex::Exception(message)