[#tinyformat-format_error] = xref:tinyformat.adoc[tinyformat]::format_error :relfileprefix: ../ :mrdocs: Exception thrown when formatting fails. Added for Bitcoin Core. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class format_error : public std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:tinyformat/format_error/2constructor.adoc[`format_error`] [.small]#[constructor]# | Construct the error with a description. | xref:tinyformat/format_error/operator_assign.adoc[`operator=`] | | xref:tinyformat/format_error/what.adoc[`what`] [.small]#[virtual]# | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#