zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
zmqpp::z85_exception Class Reference

Thrown when an error occurs while encoding or decoding to/from z85. More...

#include <exception.hpp>

Inheritance diagram for zmqpp::z85_exception:
Inheritance graph
[legend]
Collaboration diagram for zmqpp::z85_exception:
Collaboration graph
[legend]

Public Member Functions

 z85_exception (const std::string &msg)
 
- Public Member Functions inherited from zmqpp::exception
 exception (std::string const &message)
 Standard exception constructor. More...
 

Detailed Description

Thrown when an error occurs while encoding or decoding to/from z85.

See ZMQ RFC 32

Constructor & Destructor Documentation

zmqpp::z85_exception::z85_exception ( const std::string &  msg)
inline

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