6 #ifndef DAQ_ERROR_REPORT_HPP
7 #define DAQ_ERROR_REPORT_HPP
60 : m_ptr(), m_exception(&exception){};
65 : m_ptr(std::move(ptr)), m_exception(
nullptr){};
72 std::string
Str()
const;
84 }
else if (reporter.m_exception) {
93 std::exception_ptr m_ptr;
94 std::exception
const* m_exception;
100 #endif // #ifndef DAQ_ERROR_REPORT_HPP