Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Member Functions | List of all members
connection_error Class Reference

Error indicating a problem with the connection to the broker. More...

#include <dripline_exceptions.hh>

Inheritance diagram for connection_error:
Inheritance graph

Public Member Functions

 connection_error ()=default
 
 connection_error (const connection_error &)=default
 
virtual ~connection_error () noexcept=default
 

Detailed Description

Error indicating a problem with the connection to the broker.

Author
N.S. Oblath

Definition at line 43 of file dripline_exceptions.hh.

Constructor & Destructor Documentation

◆ connection_error() [1/2]

connection_error ( )
default

◆ connection_error() [2/2]

connection_error ( const connection_error )
default

◆ ~connection_error()

virtual ~connection_error ( )
virtualdefaultnoexcept

The documentation for this class was generated from the following file: