Added creation macros and their tests.
[libsex.git] / tests / AutoCreatedException.cxx
blob6f6209da710c8c6d90175b53ce1071deb8a52067
1 #include <tests/AutoCreatedException.hxx>
3 // Do not change this! Here we're testing whether
4 // defining new exception classes using macros works.
5 ERR_IMPL(libsex::Exception,
6 AutoCreatedException,
7 "%s is %d");