|
Monero
|
#include <wallet_errors.h>


Public Member Functions | |
| wallet_files_doesnt_correspond (std::string &&loc, const std::string &keys_file, const std::string &wallet_file) | |
| const std::string & | keys_file () const |
| const std::string & | wallet_file () const |
| std::string | to_string () const |
| Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| const std::string & | location () const |
| std::string | to_string () const |
Private Attributes | |
| std::string | m_keys_file |
| std::string | m_wallet_file |
Additional Inherited Members | |
| Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| wallet_error_base (std::string &&loc, const std::string &message) | |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |
|
private |