[#uint_error] = uint_error :mrdocs: Exception thrown on arithmetic errors involving big integers. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class uint_error : public std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:uint_error/2constructor.adoc[`uint_error`] [.small]#[constructor]# | Constructs the error with an explanatory message. | xref:uint_error/operator_assign.adoc[`operator=`] | | xref:uint_error/what.adoc[`what`] [.small]#[virtual]# | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#