Class DecodeError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public jwt::KeyNotPresentError
(Class KeyNotPresentError)public jwt::SignatureFormatError
(Class SignatureFormatError)
Class Documentation
-
class DecodeError : public std::runtime_error
Exception thrown for decode related errors.
Subclassed by jwt::KeyNotPresentError, jwt::SignatureFormatError
Public Functions
-
inline DecodeError(std::string msg)
-
inline DecodeError(std::string msg)