xentara-utils v2.0.4
The Xentara Utility Library
|
Mixin class used to denote that a connection was closed on a communication device. More...
#include <xentara/utils/io/Errors.hpp>
Protected Member Functions | |
ConnectionClosed ()=default | |
Protected constructor. | |
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.
|
protecteddefault |
Protected constructor.
Objects of this class cannot be created directly. Only subclasses can be created.