diff --git a/include/fc/exception/exception.hpp b/include/fc/exception/exception.hpp index 10f9c9e..c6b4f7c 100644 --- a/include/fc/exception/exception.hpp +++ b/include/fc/exception/exception.hpp @@ -186,7 +186,7 @@ namespace fc _registered_exceptions[T::code_value] = &builder; } - void rethrow( const exception& e )const; + void NO_RETURN rethrow( const exception& e )const; static exception_factory& instance() {