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