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

#include <wallet_errors.h>

Inheritance diagram for tools::error::password_needed:
Collaboration diagram for tools::error::password_needed:

Public Member Functions

 password_needed (std::string &&loc, const std::string &msg="Password needed")
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 239 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ password_needed()

tools::error::password_needed::password_needed ( std::string && loc,
const std::string & msg = "Password needed" )
inlineexplicit

Definition at line 241 of file wallet_errors.h.

242 : wallet_runtime_error(std::move(loc), msg)
243 {
244 }
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