7 #ifndef __FWTOOLS_FAILED_HPP__ 8 #define __FWTOOLS_FAILED_HPP__ 13 #include "fwCore/Exception.hpp" 14 #include "fwTools/config.hpp" 33 FWTOOLS_API
Failed(
const std::string &message) noexcept;
38 FWTOOLS_API ~
Failed() noexcept;
45 #endif // __FWTOOLS_FAILED_HPP__