MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / format_error

Class format_error

src/commons/tinyformat.h:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165namespace tinyformat {
166
167class format_error: public std::runtime_error
168{
169public:
170 explicit format_error(const std::string &what): std::runtime_error(what) {
171 }
172};
173
174//------------------------------------------------------------------------------
175namespace detail {

Callers 1

__strprintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected