uint_error::uint_error

Constructs the error with an explanatory message.

Synopsis

Declared in <arith_uint256.h>

explicit
uint_error(std::string const& str);

Parameters

NameDescription
strThe message describing the error.