#include "DISocket.h"
#include <fairlogger/Logger.h>
Go to the source code of this file.
◆ ASIO_CATCH
#define ASIO_CATCH |
( |
|
customMessage | ) |
|
Value: catch (boost::system::system_error & err) \
{ \
auto msg = std::string{err.what()}; \
throw std::runtime_error{
"Exception in DataInspector (boost_code=" + code +
", boost_msg=" +
msg +
") - " + customMessage}; \
}
std::string to_string(gsl::span< T, Size > span)
uint64_t const void const *restrict const msg
Definition at line 14 of file DISocket.cxx.