...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::hex_decode_error — Base exception class for all hex decoding errors.
// In header: <boost/algorithm/hex.hpp> struct hex_decode_error : public boost::exception, public std::exception { };