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

#include <wallet_errors.h>

Inheritance diagram for tools::error::refresh_error:
Collaboration diagram for tools::error::refresh_error:

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 337 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ refresh_error()

tools::error::refresh_error::refresh_error ( std::string && loc,
const std::string & message )
inlineexplicitprotected

Definition at line 340 of file wallet_errors.h.

341 : wallet_logic_error(std::move(loc), message)
342 {
343 }
std::string message("Message requiring signing")
wallet_error_base< std::logic_error > wallet_logic_error
Here is the call graph for this function:
Here is the caller graph for this function:

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