7 #ifndef __FWTEST_EXCEPTION_HPP__ 8 #define __FWTEST_EXCEPTION_HPP__ 10 #include "fwTest/config.hpp" 19 class FWTEST_CLASS_API
Exception :
public std::runtime_error
23 FWTEST_API
Exception (
const std::string &err );
32 #endif // __FWTEST_EXCEPTION_HPP__