In-source preparation of release.
[libsex.git] / tests / MockException.hxx
blobc4dd9858885b29ede330903fa47764252d0000d3
1 #ifndef MOCKEXCEPTION_HXX
2 #define MOCKEXCEPTION_HXX
4 #include <libsex/Exception.hxx>
6 class MockException : public libsex::Exception
8 public:
9 static const char* const TEMPLATE;
11 MockException(const char* const message) throw();
14 #endif