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

Mixin class used to denote that a connection was closed on a communication device. More...

#include <io/Errors.hpp>

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

Protected Member Functions

 ConnectionClosed ()=default
 Protected constructor.
 

Detailed Description

Mixin class used to denote that a connection was closed on a communication device.

Excpetions of theis class are never throw directly. Instead, a suitable subclass is thrown. You can catch errors of this type to handle the case where the connection was closed differently from other errors.

Constructor & Destructor Documentation

◆ ConnectionClosed()

xentara::utils::io::ConnectionClosed::ConnectionClosed ( )
protecteddefault

Protected constructor.

Objects of this class cannot be created directly. Only subclasses can be created.