protozero 1.8.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
protozero::varint_too_long_exception Struct Reference

#include <exception.hpp>

Inheritance diagram for protozero::varint_too_long_exception:
Collaboration diagram for protozero::varint_too_long_exception:

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.

Detailed Description

This exception is thrown when parsing a varint thats larger than allowed. This should never happen unless the data is corrupted.


The documentation for this struct was generated from the following file: