zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
Represents the base zmqpp exception. More...
#include <exception.hpp>
Public Member Functions | |
exception (std::string const &message) | |
Standard exception constructor. More... | |
Represents the base zmqpp exception.
All zmqpp runtime exceptions are children of this class. The class itself does not provide any special access fields but it only for convince when catching exceptions.
The class extends std::runtime_error.
|
inline |
Standard exception constructor.
message | a string representing the error message. |