xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::io::WriteTimeoutError Class Reference

An exception that is thrown when data could not be send within a reasonable time. More...

#include <io/Errors.hpp>

+ Inheritance diagram for xentara::utils::io::WriteTimeoutError:

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)
 

Detailed Description

An exception that is thrown when data could not be send within a reasonable time.

Constructor & Destructor Documentation

◆ WriteTimeoutError()

xentara::utils::io::WriteTimeoutError::WriteTimeoutError ( )

Default constructor.

Member Function Documentation

◆ what()

auto xentara::utils::io::WriteTimeoutError::what ( ) const -> const char *override
overridenoexcept

Returns a description for the exception.