virtual ServerMessage convert_impl(const std::exception_ptr &ptr)
 
This is the header file for a generated source file, GitSHA1.cpp. 
 
This class is dedicated to converting exception thrown by various code into a ServerMessage that can ...
 
A message sent by the server to a client. 
 
ServerMessage convert_merge(const std::exception_ptr &ptr, const ServerMessage &msg)
Convert the exception_ptr to a ServerMessage and merge it with an other message.