Kagome
Polkadot Runtime Engine in C++17
CommandExecutionError Class Reference
Inheritance diagram for CommandExecutionError:
Collaboration diagram for CommandExecutionError:

Public Member Functions

 CommandExecutionError (std::string_view command_name, const std::string &what)
 

Private Attributes

std::string_view command_name
 

Friends

std::ostream & operator<< (std::ostream &out, CommandExecutionError const &err)
 

Detailed Description

Definition at line 34 of file storage_explorer.cpp.

Constructor & Destructor Documentation

CommandExecutionError::CommandExecutionError ( std::string_view  command_name,
const std::string &  what 
)
inline

Definition at line 36 of file storage_explorer.cpp.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
CommandExecutionError const &  err 
)
friend

Definition at line 39 of file storage_explorer.cpp.

Member Data Documentation

std::string_view CommandExecutionError::command_name
private

Definition at line 46 of file storage_explorer.cpp.


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