diff --git a/include/fc/exception/exception.hpp b/include/fc/exception/exception.hpp index c83b9d0..60db915 100644 --- a/include/fc/exception/exception.hpp +++ b/include/fc/exception/exception.hpp @@ -225,7 +225,7 @@ namespace fc :exception(c){} \ TYPE( const exception& c ) \ :exception(c){} \ - TYPE():exception(){}\ + TYPE():exception(CODE, BOOST_PP_STRINGIZE(TYPE), WHAT){}\ \ virtual std::shared_ptr dynamic_copy_exception()const\ { return std::make_shared( *this ); } \