Electroneum
tools::error::wallet_not_initialized Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::wallet_not_initialized:
Collaboration diagram for tools::error::wallet_not_initialized:

Public Member Functions

 wallet_not_initialized (std::string &&loc)
 
- Public Member Functions inherited from tools::error::wallet_internal_error
 wallet_internal_error (std::string &&loc, const std::string &message)
 
- 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 215 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ wallet_not_initialized()

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

Definition at line 217 of file wallet_errors.h.

218  : wallet_internal_error(std::move(loc), "wallet is not initialized")
219  {
220  }
const T & move(const T &t)
Definition: gtest-port.h:1317
wallet_internal_error(std::string &&loc, const std::string &message)

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