Monero C++ Library
Loading...
Searching...
No Matches
monero::monero_error Class Reference

#include <monero_error.h>

Inheritance diagram for monero::monero_error:
monero::monero_rpc_error

Public Member Functions

 monero_error (const std::string &msg)
 
const char * what () const noexcept override
 

Public Attributes

std::string message
 

Detailed Description

Exception when interacting with a Monero wallet or daemon.

Constructor & Destructor Documentation

◆ monero_error()

monero::monero_error::monero_error ( const std::string & msg)
inline

Construct the exception.

Parameters
msgis a human-readable description of the error

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