|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Base SPSP exception. More...
#include <exception.hpp>


Public Member Functions | |
| Exception (const std::string &msg) | |
| Constructs a new exception. More... | |
| virtual const char * | what () const noexcept |
| Returns exception's message. More... | |
Base SPSP exception.
Definition at line 21 of file exception.hpp.
|
inlineexplicit |
|
inlinevirtualnoexcept |
1.8.17