|
Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Custom exception for KVComm. Not used on Arduino. More...
#include <KVComm/KV_Error.hpp>
Public Member Functions | |
| KV_Exception (const std::string message, int errorCode) | |
| const char * | what () const override throw () |
| int | getErrorCode () const |
Private Attributes | |
| const std::string | message |
| const int | errorCode |
Custom exception for KVComm. Not used on Arduino.
Definition at line 13 of file KV_Error.hpp.
|
inline |
Definition at line 15 of file KV_Error.hpp.
|
inlineoverride | |||||||||||||
Definition at line 17 of file KV_Error.hpp.
|
inline |
Definition at line 18 of file KV_Error.hpp.
|
private |
Definition at line 21 of file KV_Error.hpp.
|
private |
Definition at line 22 of file KV_Error.hpp.
1.8.16