Electroneum
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< Base >
const std::string & location () const
 
std::string to_string () const
 

Additional Inherited Members

- Protected Member Functions inherited from tools::error::wallet_error_base< Base >
 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
const T & move(const T &t)
Definition: gtest-port.h:1317

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