| protozero 1.8.0
    Minimalistic protocol buffer decoder and encoder in C++. | 
#include <exception.hpp>


| Public Member Functions | |
| const char * | what () const noexcept override | 
| Returns the explanatory string. | |
|  Public Member Functions inherited from protozero::exception | |
| const char * | what () const noexcept override | 
| Returns the explanatory string. | |
This exception is thrown when parsing a varint thats larger than allowed. This should never happen unless the data is corrupted.