xentara-utils v2.0.4
The Xentara Utility Library
|
An exception that is thrown when data could not be send within a reasonable time. More...
#include <xentara/utils/io/Errors.hpp>
Public Member Functions | |
WriteTimeoutError () | |
Default constructor. | |
auto | what () const noexcept -> const char *override |
Returns a description for the exception. | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
An exception that is thrown when data could not be send within a reasonable time.
xentara::utils::io::WriteTimeoutError::WriteTimeoutError | ( | ) |
Default constructor.
|
overridenoexcept |
Returns a description for the exception.