|
Monero C++ Library
|
#include <monero_error.h>
Public Member Functions | |
| monero_error (const std::string &msg) | |
| const char * | what () const noexcept override |
Public Attributes | |
| std::string | message |
Exception when interacting with a Monero wallet or daemon.
|
inline |
Construct the exception.
| msg | is a human-readable description of the error |