protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
protozero::varint_too_long_exception Struct Reference

#include <exception.hpp>

Inheritance diagram for protozero::varint_too_long_exception:
Inheritance graph
[legend]
Collaboration diagram for protozero::varint_too_long_exception:
Collaboration graph
[legend]

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: