[#tinyformat-format_error-2constructor] = xref:tinyformat.adoc[tinyformat]::xref:tinyformat/format_error.adoc[format_error]::format_error :relfileprefix: ../../ :mrdocs: Construct the error with a description. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit format_error(std::string const& what); ---- == Parameters [cols="1,4"] |=== | Name| Description | *what* | Message describing the formatting failure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#