Electroneum
tools::error::password_entry_failed Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::password_entry_failed:
Collaboration diagram for tools::error::password_entry_failed:

Public Member Functions

 password_entry_failed (std::string &&loc, const std::string &msg="Password entry failed")
 
- 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 247 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ password_entry_failed()

tools::error::password_entry_failed::password_entry_failed ( std::string &&  loc,
const std::string &  msg = "Password entry failed" 
)
inlineexplicit

Definition at line 249 of file wallet_errors.h.

250  : wallet_runtime_error(std::move(loc), msg)
251  {
252  }
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: