zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
zmqpp::exception Class Reference

Represents the base zmqpp exception. More...

#include <exception.hpp>

Inheritance diagram for zmqpp::exception:
Collaboration diagram for zmqpp::exception:

Public Member Functions

 exception (std::string const &message)
 Standard exception constructor.
 

Detailed Description

Represents the base zmqpp exception.

Todo
Have a larger variety of exceptions with better state debug information

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.

Constructor & Destructor Documentation

◆ exception()

zmqpp::exception::exception ( std::string const & message)
inline

Standard exception constructor.

Parameters
messagea string representing the error message.

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