Electroneum
Loading...
Searching...
No Matches
tools::error::multisig_export_needed Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::multisig_export_needed:
Collaboration diagram for tools::error::multisig_export_needed:

Public Member Functions

 multisig_export_needed (std::string &&loc)
Public Member Functions inherited from tools::error::wallet_error_base< std::runtime_error >
const std::string & location () const
std::string to_string () const

Additional Inherited Members

Protected Member Functions inherited from tools::error::wallet_error_base< std::runtime_error >
 wallet_error_base (std::string &&loc, const std::string &message)

Detailed Description

Definition at line 223 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ multisig_export_needed()

tools::error::multisig_export_needed::multisig_export_needed ( std::string && loc)
inlineexplicit

Definition at line 225 of file wallet_errors.h.

226 : wallet_runtime_error(std::move(loc), "This signature was made with stale data: export fresh multisig data, which other participants must then use")
227 {
228 }
wallet_error_base< std::runtime_error > wallet_runtime_error

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet_errors.h