#include <error.h>
Public Member Functions | |
error_count (std::size_t _count, std::string _msg) | |
const char * | what () const |
Public Attributes | |
std::size_t | count |
std::string | message |
|
inlineexplicit |
|
inline |
std::size_t ledger::error_count::count |
Definition at line 96 of file error.h.
Referenced by error_count().
std::string ledger::error_count::message |
Definition at line 97 of file error.h.
Referenced by error_count(), and what().