|
xentara-utils v2.0.6
The Xentara Utility Library
|
An exception that is thrown when no more data arrived within a reasonable time. More...
#include <xentara/utils/io/Errors.hpp>
Inheritance diagram for xentara::utils::io::ReadTimeoutError:Public Member Functions | |
| ReadTimeoutError () | |
| 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 no more data arrived within a reasonable time.
| xentara::utils::io::ReadTimeoutError::ReadTimeoutError | ( | ) |
Default constructor.
|
overridenoexcept |
Returns a description for the exception.