10 #ifndef CORAL_SLAVE_EXCEPTION_HPP_INCLUDED 11 #define CORAL_SLAVE_EXCEPTION_HPP_INCLUDED 16 #include <coral/config.h> 31 m_timeoutDuration(timeoutDuration)
40 , m_timeoutDuration(timeoutDuration)
47 return m_timeoutDuration;
56 #endif // header guard
Thrown when a communications timeout is reached.
Definition: exception.hpp:26
Definition: variable_io.hpp:28
std::chrono::milliseconds TimeoutDuration() const CORAL_NOEXCEPT
The duration of the timeout that was reached.
Definition: exception.hpp:45