Provides a connection exception. Publicly inherits from std::runtime_error. Used in robot handler. More...
#include <exceptions.h>
Public Member Functions | |
ConnectionException (const std::string errorDescription) | |
Throws an std::runtime_error with a messsage. |
Provides a connection exception. Publicly inherits from std::runtime_error. Used in robot handler.
Definition at line 33 of file exceptions.h.
stdr_robot::ConnectionException::ConnectionException | ( | const std::string | errorDescription | ) | [inline] |
Throws an std::runtime_error with a messsage.
errorDescription | [const std::string] The error message |
Definition at line 40 of file exceptions.h.