Thrown in case a connection is attempted to a device that is already connected. More...
#include <except.h>
Public Member Functions | |
DeviceAlreadyConnected (const std::string &detail) | |
virtual | ~DeviceAlreadyConnected () noexcept |
![]() | |
BasicException (const std::string &detail) | |
Constructor with detail . More... | |
virtual | ~BasicException () noexcept |
Destructor. More... | |
virtual const char * | what () const noexcept override |
Get exception detail. More... | |
Additional Inherited Members | |
![]() | |
std::string | _detail |
Exception details. More... | |
Thrown in case a connection is attempted to a device that is already connected.
IOError
gg::DeviceAlreadyConnected::DeviceAlreadyConnected | ( | const std::string & | detail | ) |
detail |
|
virtualnoexcept |