1 #ifndef PROTOZERO_EXCEPTION_HPP
2 #define PROTOZERO_EXCEPTION_HPP
32 const char*
what() const noexcept
override {
return "pbf exception"; }
41 const char*
what() const noexcept
override {
return "varint too long exception"; }
50 const char*
what() const noexcept
override {
return "unknown pbf field type exception"; }
63 const char*
what() const noexcept
override {
return "end of buffer exception"; }
68 #endif // PROTOZERO_EXCEPTION_HPP
const char * what() const noexceptoverride
Returns the explanatory string.
Definition: exception.hpp:32
Definition: exception.hpp:48
const char * what() const noexceptoverride
Returns the explanatory string.
Definition: exception.hpp:41
Definition: exception.hpp:30
const char * what() const noexceptoverride
Returns the explanatory string.
Definition: exception.hpp:63
const char * what() const noexceptoverride
Returns the explanatory string.
Definition: exception.hpp:50
Definition: exception.hpp:39
Definition: exception.hpp:61
All parts of the protozero header-only library are in this namespace.
Definition: byteswap.hpp:24