Represents error in single source.
More...
#include <error.hpp>
|
| | DaqSourceError (std::string request, std::string source, std::string message) |
| |
| char const * | what () const noexcept override |
| |
Represents error in single source.
Definition at line 67 of file error.hpp.
◆ DaqSourceError()
| daq::DaqSourceError::DaqSourceError |
( |
std::string |
request, |
|
|
std::string |
source, |
|
|
std::string |
message |
|
) |
| |
◆ what()
| char const * daq::DaqSourceError::what |
( |
| ) |
const |
|
overridenoexcept |
◆ m_formatted
| std::string daq::DaqSourceError::m_formatted |
◆ m_message
| std::string daq::DaqSourceError::m_message |
◆ m_request
| std::string daq::DaqSourceError::m_request |
◆ m_source
| std::string daq::DaqSourceError::m_source |
The documentation for this class was generated from the following files: