tinyformat::format_error::format_error

Construct the error with a description.

Synopsis

Declared in <tinyformat.h>

explicit
format_error(std::string const& what);

Parameters

NameDescription
whatMessage describing the formatting failure.