[#uint_error-2constructor] = xref:uint_error.adoc[uint_error]::uint_error :relfileprefix: ../ :mrdocs: Constructs the error with an explanatory message. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit uint_error(std::string const& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The message describing the error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#