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

An exception that is thrown when the end of the stream has been reached. More...

#include <io/Errors.hpp>

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

Additional Inherited Members

- 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 the end of the stream has been reached.

For communication device, this exceptions means that the connection was closed gracefully by either side.